Commit c69b1e48 authored by David Reid's avatar David Reid

Clarify that changing volume does not change the system volume.

parent 9043985c
...@@ -2922,6 +2922,9 @@ use decibel notation, where 0 is full volume. ...@@ -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. ...@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment