Streaming an .ogg file

BlitzMax Forums/BlitzMax Programming/Streaming an .ogg file

Is anyone currently doing this and if so can you point me to the code please?

The maxmod module by REDi works like this.

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