FreakingGenius - v0.1.0
    Preparing search index...

    Interface PersonaVoiceSettings

    Text-to-speech voice settings associated with a persona.

    interface PersonaVoiceSettings {
        pitch: number;
        rate: number;
        voiceId: string;
    }
    Index

    Properties

    Properties

    pitch: number

    Pitch multiplier — 1.0 = normal pitch.

    rate: number

    Speech rate multiplier — 1.0 = normal speed.

    voiceId: string

    Voice ID understood by TTS (e.g. "en-US-Neural2-F").