Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
## Text-to-speech conversion
|
|
|
|
|
|
|
| 2 |
Use the following to convert text to a wav file:
|
| 3 |
``` sh
|
| 4 |
./flite_du_kin_tts -f kinyarwanda.txt kinyarwanda.wav
|
| 5 |
-
```
|
|
|
|
|
|
| 1 |
+
## Text-to-speech conversion using a grapheme-based synthesizer.
|
| 2 |
+
|
| 3 |
+
This is a random forest-based(20 trees) Statistical Parametric voice model. Its achieves an ```MCD ``` of ` 5.031478 `.
|
| 4 |
Use the following to convert text to a wav file:
|
| 5 |
``` sh
|
| 6 |
./flite_du_kin_tts -f kinyarwanda.txt kinyarwanda.wav
|
| 7 |
+
```
|
| 8 |
+
|