Alex.
Retired
- Joined
- Aug 24, 2005
- Messages
- 4,616
I want to use libmikmod for mod music playback and SDL_mixer to play wave sound effects. Both libs work fine when used separately, but if I initialize both of them in the same program, I get the black screen. There's obviously a bit of conflict going on there.
The reason why I still want to use SDL_mixer for wav sfx is because libmikmod plays wav sounds with a consistent delay, similar to the one SDL_mixer has if you set the buffer too large. However, I don't know how to tweak libmikmod to avoid this issue. If anyone could help me fix this, I'd fully ditch SDL_mixer.
Cheers!
The reason why I still want to use SDL_mixer for wav sfx is because libmikmod plays wav sounds with a consistent delay, similar to the one SDL_mixer has if you set the buffer too large. However, I don't know how to tweak libmikmod to avoid this issue. If anyone could help me fix this, I'd fully ditch SDL_mixer.
Cheers!