[Solved] 3D Sound?
BlitzMax Forums/MiniB3D Module/[Solved] 3D Sound?| 
 | ||
| I completely forgot about this and just remembered, so what mods are available for hooking 3D sound with openb3d I'm only seeing one lib for minib3d here: https://github.com/ziggybcn/sound3d/tree/master/blide.mod/sound3d.mod | 
| 
 | ||
| Klepto had an OpenAL one (which ziggy updated to v1.2) and ima747 made a Brl Audio one. They're not hosted by their authors any more so I put them on my worklog. I haven't tested yet but it should be just a matter of replacing import sidesign.minib3d with openb3d.b3dglgraphics. | 
| 
 | ||
| This is awesome, I'll check it out munch. I hope there will be some demo soon. ;-) | 
| 
 | ||
| I've just added ima747's mod as Openb3d.B3dsound, see examples/sound for demos wav files included. I only tested on ubuntu but I used import directsoundaudio for win in the demos. Also as SetAudioDriver is coded into the Brl mods I've left that. |