Table of Contents

Constructor LavalinkVibrato

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

Similar to tremolo. While tremolo oscillates the volume, vibrato oscillates the pitch.

public LavalinkVibrato(Optional<float> frequency, Optional<float> depth)

Parameters

frequency Optional<float>

The frequency. (>0.0)

depth Optional<float>

The vibrato depth. (>0.0)