Create README.md (#1)
Browse files- Create README.md (c03b4c95b12964c637d4f3f3ed6cb38f9c65a17c)
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- audio
|
5 |
+
- text-to-speech
|
6 |
+
- instant-voice-cloning
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
- zh
|
10 |
+
inference: false
|
11 |
+
---
|
12 |
+
|
13 |
+
# OpenVoice V2
|
14 |
+
|
15 |
+
In April 2024, we release OpenVoice V2, which includes all features in V1 and has:
|
16 |
+
|
17 |
+
1. Better Audio Quality. OpenVoice V2 adopts a different training strategy that delivers better audio quality.
|
18 |
+
|
19 |
+
2. Native Multi-lingual Support. English, Spanish, French, Chinese, Japanese and Korean are natively supported in OpenVoice V2.
|
20 |
+
|
21 |
+
3. Free Commercial Use. Starting from April 2024, both V2 and V1 are released under MIT License. Free for commercial use.
|
22 |
+
|
23 |
+
|
24 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/641de0213239b631552713e4/uCHTHD9OUotgOflqDu3QK.mp4"></video>
|
25 |
+
|
26 |
+
### Features
|
27 |
+
- **Accurate Tone Color Cloning.** OpenVoice can accurately clone the reference tone color and generate speech in multiple languages and accents.
|
28 |
+
- **Flexible Voice Style Control.** OpenVoice enables granular control over voice styles, such as emotion and accent, as well as other style parameters including rhythm, pauses, and intonation.
|
29 |
+
- **Zero-shot Cross-lingual Voice Cloning.** Neither of the language of the generated speech nor the language of the reference speech needs to be presented in the massive-speaker multi-lingual training dataset.
|
30 |
+
|
31 |
+
### How to Use
|
32 |
+
Please see [usage](https://github.com/myshell-ai/OpenVoice/blob/main/docs/USAGE.md) for detailed instructions.
|
33 |
+
|
34 |
+
### Links
|
35 |
+
- [Github](https://github.com/myshell-ai/OpenVoice)
|
36 |
+
- [HFDemo](https://huggingface.co/spaces/myshell-ai/OpenVoiceV2)
|
37 |
+
- [Discord](https://discord.gg/myshell)
|
38 |
+
|