Skip to content

CustomVoiceRef

CustomVoiceRef = object

Defined in: voices.ts:251

A reference to a local audio or video file for ElevenLabs Instant Voice Cloning. Pass as the voice in createNarration to clone a voice from the file at path.

createNarration({
en: { voice: { path: './my-voice.mp3' }, intro: 'Hello.' },
})

path: string

Defined in: voices.ts:251