Tagged Questions

0
votes
0answers
132 views

Windows 7: Decoupling game sound and midi volume?

I am maintaining an OpenGL port of a computer game classic (Descent). It controls sound via SDL_mixer. On Windows 7 the following problem has appeared: Whenever the midi volume is …
5
votes
4answers
1k views

How to statically compile an SDL game on Windows

I have been trying to produce a statically linked "single binary" version of my game for windows. I want to link with sdl, sdl_image and sdl_mixer which in turn pull in a few suppo …
0
votes
1answer
58 views

I have an unintended delay in playing a Mix_Chunk

So I am trying to learn SDL and creating a small game. When the user presses the space bar, it should play a sound. This works, but the sound takes about .5 seconds to play... How …
3
votes
2answers
143 views

Running music as SDL_Mixer chunks

Currently, SDL_Mixer has two types of sound resources: chunks and music. Apart from the API and supported formats limitations, are there any reasons not to load and play music as …
0
votes
2answers
176 views

Why would SDL_Mixer not play music for certain mp3s?

Why would SDL_Mixer not play music for certain mp3s? I am utilizing SDL_Mixer for music playback in an application I am creating. On certain songs (entire albums actually), the mu …