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?
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?
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.