FreakingGenius - v0.1.0
    Preparing search index...

    Interface VadConfig

    Tuning parameters for the voice activity detector.

    interface VadConfig {
        energyThreshold: number;
        minSpeechDurationMs: number;
        silenceHoldOffMs: number;
    }
    Index

    Properties

    energyThreshold: number

    RMS energy threshold below which audio is considered silence (0–1).

    minSpeechDurationMs: number

    Minimum voiced segment length (ms) to suppress noise pops.

    silenceHoldOffMs: number

    Milliseconds of continuous silence before a speech:end event fires.