Interface ReplicatedVoiceConfig

ReplicatedVoiceConfig is used to configure replicated voice.

interface ReplicatedVoiceConfig {
    mimeType?: string;
    voiceSampleAudio?: string;
}

Properties

mimeType?: string

The mime type of the replicated voice.

voiceSampleAudio?: string

The sample audio of the replicated voice.

Encoded as base64 string.