audio: SDL_GetAudioStreamQueued now returns bytes, not frames.

Reference #8266.
This commit is contained in:
Ryan C. Gordon
2023-09-20 14:15:19 -04:00
parent 703aefbce0
commit a4541a255e
3 changed files with 13 additions and 12 deletions

View File

@@ -179,7 +179,7 @@ struct SDL_AudioStream
float freq_ratio;
struct SDL_AudioQueue* queue;
Uint64 total_frames_queued;
Uint64 total_bytes_queued;
SDL_AudioSpec input_spec; // The spec of input data currently being processed
Sint64 resample_offset;