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

interface Vibrato {
    depth?: number;
    frequency?: number;
}

Properties

Properties

depth?: number

The vibrato depth 0.0 < x ≤ 1.0

frequency?: number

The frequency 0.0 < x ≤ 14.0