Revert "Sync SDL2 wiki -> header"

This reverts commit f23cc950f5.

This edit was incorrect.
This commit is contained in:
Sam Lantinga
2024-09-04 09:15:20 -07:00
parent 10b4a79379
commit 2834d8b3b7

View File

@@ -1172,9 +1172,8 @@ extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 * dst, const Uint8 * src,
* \param format the SDL_AudioFormat structure representing the desired audio * \param format the SDL_AudioFormat structure representing the desired audio
* format. * format.
* \param len the length of the audio buffer in bytes. * \param len the length of the audio buffer in bytes.
* \param volume ranges from -128 - ∞ (at -128, the volume is at 0%, at 0 - * \param volume ranges from 0 - 128, and should be set to SDL_MIX_MAXVOLUME
* 100% and the higher the number, the bigger the %), and should * for full audio volume.
* be set to SDL_MIX_MAXVOLUME for full audio volume.
* *
* \since This function is available since SDL 2.0.0. * \since This function is available since SDL 2.0.0.
*/ */