videosphere
    Preparing search index...
    interface HeuristicClassifierOptions {
        silenceRms?: number;
        silencePeak?: number;
        providerHint?: () => ProviderMusicHint;
    }
    Index

    Properties

    silenceRms?: number

    RMS below which a window counts as silence.

    silencePeak?: number

    Peak below which a window counts as silence.

    providerHint?: () => ProviderMusicHint

    Supplies the current provider music hint, if any.

    Speechmatics documents its realtime music events as over-sensitive, so the hint can only nudge a borderline window toward music — it never forces the decision and its absence never argues for speech.

    Type Declaration