Is the callback function in SDL_Audio_Spec called SDLAudio_Spec.freq times a second?
views:
16answers:
1
+1
A:
No, it is only called enough times to output SDLAudioSpec.freq samples per second. How many times it will be called also depends on the buffer size(SDLAudioSpec.samples).
freedrull
2009-11-02 21:23:22