Commit
·
134f519
1
Parent(s):
51f578d
update
Browse files- generate-tts-engine.py +22 -0
- generate-tts.py +23 -0
generate-tts-engine.py
CHANGED
|
@@ -119,6 +119,28 @@ at
|
|
| 119 |
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache-2.0 license</a>. However,
|
| 120 |
we support models from different frameworks. Please check the license of your selected model.
|
| 121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
|
| 123 |
<br/>
|
| 124 |
<br/>
|
|
|
|
| 119 |
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache-2.0 license</a>. However,
|
| 120 |
we support models from different frameworks. Please check the license of your selected model.
|
| 121 |
|
| 122 |
+
<br/>
|
| 123 |
+
<br/>
|
| 124 |
+
If your are interested in the source code for the APK, please visit
|
| 125 |
+
<a href="https://github.com/k2-fsa/sherpa-onnx/tree/master/android/SherpaOnnxTtsEngine">https://github.com/k2-fsa/sherpa-onnx/tree/master/android/SherpaOnnxTtsEngine</a>
|
| 126 |
+
|
| 127 |
+
|
| 128 |
+
<br/>
|
| 129 |
+
<br/>
|
| 130 |
+
|
| 131 |
+
Please see <a href="https://k2-fsa.github.io/sherpa/onnx/android/index.html">https://k2-fsa.github.io/sherpa/onnx/android/index.html</a>
|
| 132 |
+
for how to use the source code
|
| 133 |
+
|
| 134 |
+
<br/>
|
| 135 |
+
<br/>
|
| 136 |
+
|
| 137 |
+
Since there are many TTS models, please visit
|
| 138 |
+
<a href="https://k2-fsa.github.io/sherpa/onnx/tts/all/index.html">https://k2-fsa.github.io/sherpa/onnx/tts/all/index.html</a>
|
| 139 |
+
to see the information for each model, including the audio samples for each speaker in each model.
|
| 140 |
+
|
| 141 |
+
<br/>
|
| 142 |
+
<br/>
|
| 143 |
+
You can also visit the huggingface space <a href="https://huggingface.co/spaces/k2-fsa/text-to-speech">https://huggingface.co/spaces/k2-fsa/text-to-speech</a> to try each model in your browser, without installing anything.
|
| 144 |
|
| 145 |
<br/>
|
| 146 |
<br/>
|
generate-tts.py
CHANGED
|
@@ -120,6 +120,29 @@ at
|
|
| 120 |
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache-2.0 license</a>. However,
|
| 121 |
we support models from different frameworks. Please check the license of your selected model.
|
| 122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
|
| 124 |
<br/>
|
| 125 |
<br/>
|
|
|
|
| 120 |
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache-2.0 license</a>. However,
|
| 121 |
we support models from different frameworks. Please check the license of your selected model.
|
| 122 |
|
| 123 |
+
<br/>
|
| 124 |
+
<br/>
|
| 125 |
+
If your are interested in the source code for the APK, please visit
|
| 126 |
+
<a href="https://github.com/k2-fsa/sherpa-onnx/tree/master/android/SherpaOnnxTts">https://github.com/k2-fsa/sherpa-onnx/tree/master/android/SherpaOnnxTts</a>
|
| 127 |
+
|
| 128 |
+
|
| 129 |
+
<br/>
|
| 130 |
+
<br/>
|
| 131 |
+
|
| 132 |
+
Please see <a href="https://k2-fsa.github.io/sherpa/onnx/android/index.html">https://k2-fsa.github.io/sherpa/onnx/android/index.html</a>
|
| 133 |
+
for how to use the source code
|
| 134 |
+
|
| 135 |
+
<br/>
|
| 136 |
+
<br/>
|
| 137 |
+
|
| 138 |
+
Since there are many TTS models, please visit
|
| 139 |
+
<a href="https://k2-fsa.github.io/sherpa/onnx/tts/all/index.html">https://k2-fsa.github.io/sherpa/onnx/tts/all/index.html</a>
|
| 140 |
+
to see the information for each model, including the audio samples for each speaker in each model.
|
| 141 |
+
|
| 142 |
+
<br/>
|
| 143 |
+
<br/>
|
| 144 |
+
You can also visit the huggingface space <a href="https://huggingface.co/spaces/k2-fsa/text-to-speech">https://huggingface.co/spaces/k2-fsa/text-to-speech</a> to try each model in your browser, without installing anything.
|
| 145 |
+
|
| 146 |
|
| 147 |
<br/>
|
| 148 |
<br/>
|