frontend
    Preparing search index...

    Options for playSound calls.

    interface PlayOptions {
        pitchVariation?: number;
        volume?: number;
    }
    Index

    Properties

    pitchVariation?: number

    Pitch randomization range. E.g., 0.05 = playbackRate 0.95-1.05.

    volume?: number

    Volume override, 0.0-1.0. Overrides the default tier volume.