myshell-ai / OpenVoice

Instant voice cloning by MyShell.
https://research.myshell.ai/open-voice
MIT License
27.07k stars 2.62k forks source link

It that necessary to apply VC for every single sentence? #265

Closed Simon-chai closed 1 week ago

Simon-chai commented 3 weeks ago

I have try OpenVoice,it perform good in english tts. But I notice that if I want to clone one's voice,I need to convert tone color every time. It take 200ms to generate voice, and other 500ms to complete tone color converting. Is there an easy way to save this 500ms-time?(e.g use a short audio file as reference speaker and extract embedding from it, then use this embedding as source_se to generate voice with that tone color. Sound like I am asking a way for adding base speaker base on few audio record file of that speaker)

Simon-chai commented 1 week ago

I know what I really want: how to train a base speaker ASAP.