Class LavalinkLowPass
- Namespace
- DisCatSharp.Lavalink.Entities.Filters
- Assembly
- DisCatSharp.Lavalink.dll
Higher frequencies get suppressed, while lower frequencies pass through this filter, thus the name low pass.
public sealed class LavalinkLowPass
- Inheritance
-
LavalinkLowPass
- Inherited Members
Constructors
- LavalinkLowPass(Optional<float>)
Higher frequencies get suppressed, while lower frequencies pass through this filter, thus the name low pass.
Properties
- Smoothing
The smoothing factor (
>1.0
, Any smoothing values equal to or less than 1.0 will disable the filter)