Browse Source

Sync SDL2 wiki -> header

SDL Wiki Bot 11 months ago
parent
commit
f23cc950f5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      include/SDL_audio.h

+ 3 - 2
include/SDL_audio.h

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