diff --git a/miniaudio.h b/miniaudio.h index 57013021..cf397f34 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -2922,6 +2922,9 @@ use decibel notation, where 0 is full volume. This applies the volume factor across all channels. +This does not change the operating system's volume. It only affects the volume for the given ma_device +object's audio stream. + Return Value ------------ MA_SUCCESS if the volume was set successfully. @@ -2948,6 +2951,9 @@ A gain of 0 is full volume, whereas a gain of < 0 will decrease the volume. This applies the gain across all channels. +This does not change the operating system's volume. It only affects the volume for the given ma_device +object's audio stream. + Return Value ------------ MA_SUCCESS if the volume was set successfully.