commit | 789ce17e11c0ef6411a0640e8b6f4e251383190f | [log] [tgz] |
---|---|---|
author | Ryan C. Gordon <icculus@icculus.org> | Wed Aug 16 10:26:08 2023 -0400 |
committer | Ryan C. Gordon <icculus@icculus.org> | Wed Aug 16 10:26:08 2023 -0400 |
tree | 4745f2929b51747f92f97d8684c8ed3035785dde | |
parent | cbab33482a99fe91432c6ab6fc9a36acc58c01fe [diff] |
audio: Don't resample in chunks for now. This needs a little reworking to not lose sample frames. Reference Issue #8036.
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)