Playing Ogg Vorbis

BlitzMax Forums/BlitzMax Beginners Area/Playing Ogg Vorbis

Sledge(Posted 2010) [#1]
Can anyone confirm which framework includes are needed to load and play an Ogg Vorbis file? I get silence when I use the Framework Assistant's suggestions.


xlsior(Posted 2010) [#2]
Any errors popping up when you compile in debug mode?


GfK(Posted 2010) [#3]
With the default drivers (directsound) you need:

brl.directsoundaudio
brl.oggloader


Sledge(Posted 2010) [#4]
Any errors popping up when you compile in debug mode?

'Fraid not.

With the default drivers (directsound) you need:

brl.directsoundaudio
brl.oggloader


Ah, the Framework Assistant comes up with the FreeAudio includes -- I've just been searching the docs (fruitlessly) for the code to switch audio drivers but if DirectSound is the default then switching includes might do it...

...

...and it does! Nice one GfK.