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

    Interface SpeakConfig

    Settings for audio playback and text-to-speech.

    interface SpeakConfig {
        backend?: TTSBackendConfig;
        device?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    device?: string

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