This function is called when the audio device needs more data.
Defined in SDL_audio.h
typedef void (SDLCALL * SDL_AudioCallback) (void *userdata, Uint8 * stream, int len);
CategoryAPI, CategoryAPIDatatype, CategoryAudio