views:

16

answers:

1

Is the callback function in SDL_Audio_Spec called SDLAudio_Spec.freq times a second?

+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