audio: SDL_AudioStream now has callbacks for Get and Put operations.

This allows code to feed a stream (or feed from a stream) on-demand,
which is to say: it can efficiently simulate the SDL2 audio callback.
This commit is contained in:
Ryan C. Gordon 2023-05-28 22:39:39 -04:00
parent 905c4fff5b
commit 56b1bc2198
No known key found for this signature in database
GPG key ID: FA148B892AB48044
8 changed files with 286 additions and 10 deletions

View file

@ -879,6 +879,10 @@ SDL3_0.0.0 {
SDL_MixAudioFormat;
SDL_ConvertAudioSamples;
SDL_GetSilenceValueForFormat;
SDL_LockAudioStream;
SDL_UnlockAudioStream;
SDL_SetAudioStreamGetCallback;
SDL_SetAudioStreamPutCallback;
# extra symbols go here (don't modify this line)
local: *;
};