mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 16:24:04 +02:00
Clarify that changing volume does not change the system volume.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user