HI everyone! I need some help, please!
I’m using an API to let user clone their voice.
They first need to upload an audio file (URL) and choose a name for this voice.
The problem is that in case the name is already taken, the API call returns an error.
For example, if one person uploads an audio with “John” as the name of that voice, nobody else is going to be able to call their voice “John” too. This is a big problem, cause users will need to choose names that are not already taken (it will make no sense to them)
The question is, how can I add a different value to these voices’ names without the user having to do anything at all. I mean there can be 3 different people calling their voice “John” and the API call will be working anyway.
Thanks in advance! This forum is so helpful ! (I do not have anybody in real life who can help me out)