@conciergus/chat - v0.3.1
    Preparing search index...

    Interface TTSConfig

    interface TTSConfig {
        enabled: boolean;
        voice: string;
        rate: number;
        autoPlay: boolean;
        model: string;
        providerOptions?: Record<string, any>;
    }
    Index

    Properties

    enabled: boolean

    Enable text-to-speech

    voice: string

    Voice to use for TTS

    rate: number

    Speech rate (0.25 to 4.0)

    autoPlay: boolean

    Auto-play generated audio

    model: string

    TTS model to use

    providerOptions?: Record<string, any>

    Provider options