Loading ogg to AudioLib.Music

I'm having trouble getting an ogg music file to load. We're using the OpenTK driver. I simply get the error:

"Could not find a decoder for the specified sound stream."

Any way to fix this?

kanato
Posted - Sun, 02/14/2010 - 23:18

Unfortunately, the OpenTK driver only supports loading wave files. The best alternative is to use AgateSDL with SDL and SDL_mixer; this should support ogg files.