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

    Interface ListenConfig

    Settings for audio capture and speech recognition.

    interface ListenConfig {
        backend?: STTBackendConfig;
        device?: string;
        microphoneChannels?: number;
        microphoneRate?: number;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    device?: string

    ALSA capture device name. Empty uses the system default device.

    microphoneChannels?: number

    Number of microphone input channels.

    microphoneRate?: number

    Capture sample rate in hertz.