Class LavalinkChannelMix
- Namespace
- DisCatSharp.Lavalink.Entities.Filters
- Assembly
- DisCatSharp.Lavalink.dll
Mixes both channels (left and right), with a configurable factor on how much each channel affects the other. With the defaults, both channels are kept independent of each other. Setting all factors to 0.5 means both channels get the same audio.
public sealed class LavalinkChannelMix
- Inheritance
-
LavalinkChannelMix
- Inherited Members
Constructors
- LavalinkChannelMix(Optional<float>, Optional<float>, Optional<float>, Optional<float>)
Mixes both channels (left and right), with a configurable factor on how much each channel affects the other. With the defaults, both channels are kept independent of each other. Setting all factors to 0.5 means both channels get the same audio.
Properties
- LeftToLeft
Gets or sets the left to left channel mix factor (
0.0
to1.0
where0.5
is no effect)
- LeftToRight
Gets or sets the left to right channel mix factor (
0.0
to1.0
where0.5
is no effect)
- RightToLeft
Gets or sets the right to left channel mix factor (
0.0
to1.0
where0.5
is no effect)
- RightToRight
Gets or sets the right to right channel mix factor (
0.0
to1.0
where0.5
is no effect)