Hi, I've just started adding sound effects to my project, and it seems like SFX are severely delayed, like ~0.3 or 0.4 seconds after it is triggered.
I have this Mix_OpenAudio(22050, AUDIO_S16, 1, 1024); early on, and then play a sound with something like this Mix_PlayChannel(-1, coin, 0); e.g...