@jambonz/sdk
    Preparing search index...

    Interface FillerNoise

    Filler noise configuration for processing pauses.

    interface FillerNoise {
        enable: boolean;
        url?: string;
        startDelaySecs?: number;
    }
    Index

    Properties

    enable: boolean

    Enable filler noise.

    url?: string

    URL of the audio file to play.

    startDelaySecs?: number

    Seconds to wait before starting filler noise.