Implementing a Custom Audio Driver?

BlitzMax Forums/BlitzMax Programming/Implementing a Custom Audio Driver?

Gabriel(Posted 2007) [#1]
All the recent activity on the audio drivers has me thinking. I've written a nice little module for IrrKlang which I'm pretty happy with, but OpenAL would be a nice second option. So I can go two ways. I can wrap OpenAL myself, or I could interface my IrrKlang module as a custom driver.

Is this currently possible, and if so could someone give me some pointers where to start looking for an example. Neither the freeaudio or openal modules seem to have any references to drivers, so I'm not sure how/where this is done.


skidracer(Posted 2007) [#2]
they are in the brl modules freeaudioaudio and openalaudio


Gabriel(Posted 2007) [#3]
Great, thanks!