Audio as input (voice changer / voice conversion) #298
Replies: 2 comments
-
Hi, In their demo_part3 which I was following, you may notice that in the last cell of the notebook the pipeline for generating the text for each language happens by first running a TextToSpeech model with It is possible to do an audio to audio conversion by using
Although, note, it might sound dodgy because it seems that the model was trained on this TTS - so in order for it to sound convincing you'd need to identify a method to convert your input_audio.wav into a similar sound as the TTS would... |
Beta Was this translation helpful? Give feedback.
-
yes its possible. dont remember where but there is a code snippet where you take 2 audio files and clone onto the other. you have to initalize the src_se and target_se to each file and thats it. |
Beta Was this translation helpful? Give feedback.
-
I was under the impression I could do voice changing (aka voice conversion) with this tool. But I can't find how. Is it possible? I would want to take an audio in and change the voice to another.
Beta Was this translation helpful? Give feedback.
All reactions