Clone with Audio Prompt
Overview
There are two different ways you can manage voices with the Deeptune API.
- Use Deeptune’s inbuilt voices to upload and manage voices.
- Manage voices yourself (eg in your own DB) and clone with
generate_from_prompt
.
Clone with Voices
Use Deeptune’s inbuilt voices to upload and manage voices.
Clone with Audio Prompt
Manage voices yourself (for example, in your own DB and S3).
This tutorial will cover #2: how to manage voices yourself
Using Prompt Audio
If you prefer to manage voices on your own, you can use your own audio file as a reference for the voice clone.
Using a URL prompt
The URL must be publicly accessible (so our servers download it) and a valid audio format.
Using a file prompt
The file must be a valid audio format and encoded as a base64 data URI.