Commit ·
d44b51a
1
Parent(s): 4ee3d89
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# TTS Models
|
| 2 |
+
|
| 3 |
+
Here you can find models compatible with
|
| 4 |
+
[balacoon_tts](https://pypi.org/project/balacoon_tts/) python package.
|
| 5 |
+
You can check interactive demo and models usage instructions in
|
| 6 |
+
[balacoon/tts](https://huggingface.co/spaces/balacoon/tts) space.
|
| 7 |
+
|
| 8 |
+
List of available models:
|
| 9 |
+
|
| 10 |
+
- <mark>en_us_cmuarctic_pt_univenet.addon</mark> - en-US TTS trained on all 18
|
| 11 |
+
[CMU Arctic](http://festvox.org/cmu_arctic/) voices. This includes
|
| 12 |
+
examples of absolutely dashing accents, with "slp" voice being my
|
| 13 |
+
personal absolute favorite. Model consists of Parallel Tacotron
|
| 14 |
+
and pre-trained [Univnet](https://github.com/mindslab-ai/univnet).
|
| 15 |
+
Model produces 24khz audio, although original dataset is unfortunately
|
| 16 |
+
16khz, so high frequencies are empty :(
|