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? |
|||
|
|
|
AgateLibAwesome Game and Tool Engine Library |
|
|
|
Unfortunately, the OpenTK
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.