The official Python API for Deeptune. Deeptune brings the most human-like text to speech and voice cloning technology to your project in only a few lines of code.
The text to be converted to speech.
Voice ID to be used, you can use the API or https://app.deeptune.com to browse voices and clone your own.
Language code used to specify language/accent for the model, see supported languages. If not specified, language is auto-detected.
Assuming all other properties didn’t change, a fixed seed should always generate the exact same audio file.
Output audio format. Must be one of the following:
mp3_44100_192
- MP3 with 44.1kHz sample rate at 192kbpsmp3_44100_128
- MP3 with 44.1kHz sample rate at 128kbpsmp3_44100_96
- MP3 with 44.1kHz sample rate at 96kbpsmp3_44100_64
- MP3 with 44.1kHz sample rate at 64kbpsmp3_44100_32
- MP3 with 44.1kHz sample rate at 32kbpsmp3_22050_32
- MP3 with 22.05kHz sample rate at 32kbpswav_44100
- WAV with 44.1kHz sample ratewav_24000
- WAV with 24kHz sample ratewav_22050
- WAV with 22.05kHz sample ratewav_16000
- WAV with 16kHz sample rate