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.
Example
Section titled “Example”createNarration({ en: { voice: { path: './my-voice.mp3' }, intro: 'Hello.' },})Properties
Section titled “Properties”path:
string
Defined in: voices.ts:251