| commit | cbab33482a99fe91432c6ab6fc9a36acc58c01fe | [log] [tgz] |
|---|---|---|
| author | Ryan C. Gordon <icculus@icculus.org> | Mon Aug 14 18:16:58 2023 -0400 |
| committer | Ryan C. Gordon <icculus@icculus.org> | Mon Aug 14 18:16:58 2023 -0400 |
| tree | 3c17ee40cc8ca6fefe3324035f87a956436effb8 | |
| parent | 3e1ae0c867ddf3141ffbe66786d1e1e697e4fbe1 [diff] |
audio: Don't call SDL_AudioStream callbacks for empty data sets. Fixes #8095.
Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.
More extensive documentation is available in the docs directory, starting with README.md
Enjoy!
Sam Lantinga (slouken@libsdl.org)