Based on bark-gui. Thanks to C0untFloyd.
Quick start: Colab Notebook ⚡
HuggingFace Demo: Bark Voice Cloning 🤗
If you would like to run the code locally, remember to replace the original path /content/Bark-Voice-Cloning/bark/assets/prompts/file.npz
with the path of file.npz
in your own computer.
(1) First upload audio for voice cloning and click Create Voice
.
(2) Choose the option called "file" in Voice
if you'd like to use voice cloning.
(3) Click Generate
. Done!
We want to point out that Bark is very good at generating English speech but relatively poor at generating Chinese speech. So we'd like to adopt another approach, which is called SambertHifigan, to realizing voice cloning for Chinese speech. Please check out our Colab Notebook for the implementation.
Quick start: Colab Notebook ⚡
HuggingFace demo: Voice Cloning for Chinese Speech 🤗