Update README.md

This commit is contained in:
Zengyi Qin
2024-01-02 22:38:57 -05:00
committed by GitHub
parent 89ff17f994
commit 925499a9fa

View File

@@ -65,15 +65,18 @@ Download the checkpoint from [here](https://myshell-public-repo-hosting.s3.amazo
## Usage
**1. Flexible Voice Style Control.**
Please see `demo_part1.ipynb` for an example usage of how OpenVoice enables flexible style control over the cloned voice.
Please see [`demo_part1.ipynb`](demo_part1.ipynb) for an example usage of how OpenVoice enables flexible style control over the cloned voice.
**2. Cross-Lingual Voice Cloning.**
Please see `demo_part2.ipynb` for an example for languages seen or unseen in the MSML training set.
Please see [`demo_part2.ipynb`](demo_part2.ipynb) for an example for languages seen or unseen in the MSML training set.
**3. Advanced Usage.**
**3. Gradio Demo.**
Launch a local gradio demo with [`python -m openvoice_app --share`](openvoice_app.py).
**4. Advanced Usage.**
The base speaker model can be replaced with any model (in any language and style) that the user prefer. Please use the `se_extractor.get_se` function as demonstrated in the demo to extract the tone color embedding for the new base speaker.
**4. Tips to Generate Natural Speech.**
**5. Tips to Generate Natural Speech.**
There are many single or multi-speaker TTS methods that can generate natural speech, and are readily available. By simply replacing the base speaker model with the model you prefer, you can push the speech naturalness to a level you desire.
## Roadmap