Class LavalinkEqualizer
- Namespace
- DisCatSharp.Lavalink.Entities.Filters
- Assembly
- DisCatSharp.Lavalink.dll
There are 15 bands (0-14) that can be changed. "gain" is the multiplier for the given band. The default value is 0. Valid values range from -0.25 to 1.0, where -0.25 means the given band is completely muted, and 0.25 means it is doubled. Modifying the gain could also change the volume of the output.
public sealed class LavalinkEqualizer
- Inheritance
-
LavalinkEqualizer
- Inherited Members
Constructors
- LavalinkEqualizer(LavalinkFilterBand, float)
There are 15 bands (0-14) that can be changed. "gain" is the multiplier for the given band. The default value is 0. Valid values range from -0.25 to 1.0, where -0.25 means the given band is completely muted, and 0.25 means it is doubled. Modifying the gain could also change the volume of the output.
Properties
- Band
The band.
- Gain
The gain (
-0.25
to1.0
)