From c69b1e48c4d9bb5e2d12b6e82bcad28341b98951 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 29 Sep 2019 21:14:39 +1000 Subject: [PATCH] Clarify that changing volume does not change the system volume. --- miniaudio.h | 6 ++++++ 1 file changed, 6 insertions(+) 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.