We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gain
1 parent 7ce795b commit 1ddbeddCopy full SHA for 1ddbedd
IMPLEMENTATION.md
@@ -124,7 +124,9 @@ Using the player equalizer
124
}
125
```
126
There are 16 bands (0-15) that can be changed.
127
-`gain` must be a float between -0.25 and 1.0, where 0.0 indicates no change.
+`gain` is the multiplier for the given band. The default value is 0. Valid values range from -0.25 to 1.0,
128
+where -0.25 means the given band is completely muted, and 0.25 means it is doubled. Modifying the gain could
129
+also change the volume of the output.
130
131
Tell the server to potentially disconnect from the voice server and potentially remove the player with all its data.
132
This is useful if you want to move to a new node for a voice connection. Calling this op does not affect voice state,
0 commit comments