Interface SpeakerVoiceConfig

Configuration for a single speaker in a multi speaker setup.

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

Properties

speaker?: string

Required. The name of the speaker. This should be the same as the speaker name used in the prompt.

voiceConfig?: VoiceConfig

Required. The configuration for the voice of this speaker.