Phil Steinmeyer
05-18-2006, 05:42 PM
OK, let me try a different SDL question here:
I'd like to use OGGs for my sound FX, as well as my music.
Mix_LoadMUS can load OGGs just fine, but only works for the special 'music' channel.
There appears to be no function equivalent to Mix_LoadWAV for loading OGGs.
If need be, I can do this ahead of time, caching out the uncompressed OGGs to WAVs. I'm open to using other libraries besides SDL_Mixer as well, but hopefully nothing too complex.
Suggestions?
I'd like to use OGGs for my sound FX, as well as my music.
Mix_LoadMUS can load OGGs just fine, but only works for the special 'music' channel.
There appears to be no function equivalent to Mix_LoadWAV for loading OGGs.
If need be, I can do this ahead of time, caching out the uncompressed OGGs to WAVs. I'm open to using other libraries besides SDL_Mixer as well, but hopefully nothing too complex.
Suggestions?