Table of Contents

Property Smoothing

Namespace
DisCatSharp.Lavalink.Entities.Filters
Assembly
DisCatSharp.Lavalink.dll

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; }

Property Value

Optional<float>