Property Smoothing
- Namespace
- DisCatSharp.Lavalink.Entities.Filters
- Assembly
- DisCatSharp.Lavalink.dll
Smoothing
The smoothing factor (>1.0
, Any smoothing values equal to or less than 1.0 will disable the filter)
[JsonProperty("smoothing")]
public Optional<float> Smoothing { get; set; }