Skip to content

Commit 1ddbedd

Browse files
authored
Update gain information
1 parent 7ce795b commit 1ddbedd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

IMPLEMENTATION.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ Using the player equalizer
124124
}
125125
```
126126
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.
127+
`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.
128130

129131
Tell the server to potentially disconnect from the voice server and potentially remove the player with all its data.
130132
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

Comments
 (0)