Tagged Questions
1
vote
1answer
228 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 would I fix this? ...