Streaming an .ogg file

BlitzMax Forums/BlitzMax Programming/Streaming an .ogg file

Chroma(Posted 2008) [#1]
Is anyone currently doing this and if so can you point me to the code please?


Ked(Posted 2008) [#2]
The maxmod module by REDi works like this.


Vertex(Posted 2008) [#3]
For OpenAL I have written a TOggVorbis class with methods like Load, Play, Stop, Pause.

http://vertex.dreamfall.at/projects.php#openal
At first install the Vertex.OpenAL module, extract OggVorbis103.zip and copy OpenAL32.dll and wrap_oal.dll into this directory. Now you can open example.bmx, edit the filename and start the program.

cu olli