Interface SpeakerVoiceConfig

The configuration for the speaker to use.

interface SpeakerVoiceConfig {
    speaker?: string;
    voiceConfig?: VoiceConfig;
}

Properties

speaker?: string

The name of the speaker to use. Should be the same as in the prompt.

voiceConfig?: VoiceConfig

The configuration for the voice to use.