Interface ReplicatedVoiceConfig

The configuration for the replicated voice to use.

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

Properties

mimeType?: string

The mimetype of the voice sample. The only currently supported value is audio/wav. This represents 16-bit signed little-endian wav data, with a 24kHz sampling rate.

voiceSampleAudio?: string

The sample of the custom voice.

Encoded as base64 string.