tjbot-ce - v3.0.0
    Preparing search index...

    Interface VADConfig

    Voice activity detection settings for local speech recognition.

    interface VADConfig {
        enabled?: boolean;
        model?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    enabled?: boolean

    Enables the VAD model before local transcription.

    model?: string

    Registry key of the VAD model to load.