I tried to use /v1/voices/add API to clone a voice. I got voice id back. But when I use the voice id to do text to speech, I got this error: {'status': 'not_enough_samples', 'message': "The voice contains no samples, please use POST 'v1/voices/edit' to add samples to the voice."}. How to add a new voice in python? Does anyone have an example? Thanks!
#How to add new voice
1 messages · Page 1 of 1 (latest)
Hi. did you solve this problem?
Didn't see this earlier, but if you haven't figured it out there must be something wrong with how you are passing the samples in your code. Did you follow the python example in the API documentation? Although it says samples are required it does actually create a voice clone with no samples if no samples are sent or they are no passed correctly.
If you look in your VoiceLab webpage you'll most likely see there are no samples attached to the voice clone.