Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
List of several Polish voice models for piper
|
| 2 |
+
===
|
| 3 |
+
|
| 4 |
+
All models were trained on the RTX4090 graphics card. Datasets for the indicated models can be found in another repository. 1600-2000 samples were used to generate the models. Generated sample texts read by the included models are also included.
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
How to use models?
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
`pip install piper-tts`
|
| 11 |
+
|
| 12 |
+
`echo 'Witamy w świecie syntezy mowy!' | piper --model ./pl_PL-jarvis_wg_glos-medium.onnx --config ./pl_PL-jarvis_wg_glos-medium.onnx.json --output_file witaj.wav`
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
How to use models in MacOS:
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
```
|
| 19 |
+
pip install piper-phonemize-cross
|
| 20 |
+
pip install piper-tts --no-deps
|
| 21 |
+
pip install onnxruntime
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
`echo 'Witamy w świecie syntezy mowy!' | piper --model ./pl_PL-meski_wg_glos-medium.onnx --config ./pl_PL-meski_wg_glos-medium.onnx.json --output_file witaj.wav`
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
+
license: mit
|
| 28 |
+
---
|
| 29 |
+
|