Clarify that changing volume does not change the system volume.

This commit is contained in:
David Reid
2019-09-29 21:14:39 +10:00
parent 9043985ce6
commit c69b1e48c4
+6
View File
@@ -2922,6 +2922,9 @@ use decibel notation, where 0 is full volume.
This applies the volume factor across all channels. 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 Return Value
------------ ------------
MA_SUCCESS if the volume was set successfully. 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 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 Return Value
------------ ------------
MA_SUCCESS if the volume was set successfully. MA_SUCCESS if the volume was set successfully.