@discordx/lava-player
    Preparing search index...

    Interface Timescale

    Changes the speed, pitch, and rate. All default to 1.0.

    interface Timescale {
        pitch?: number;
        rate?: number;
        speed?: number;
    }
    Index

    Properties

    Properties

    pitch?: number

    The pitch 0.0 ≤ x

    rate?: number

    The rate 0.0 ≤ x

    speed?: number

    The playback speed 0.0 ≤ x