Flutter macoOS arm64 APPs for text-to-speech
This page lists the text-to-speech macOS arm64 APPs created with Flutter
for sherpa-onnx,
one of the deployment frameworks of the Next-gen Kaldi project.
The name of an APP has the following rule:
- sherpa-onnx-{version}-osx-{arch}-{lang}-tts-{model}.tar.bz2
where
- version: It specifies the current version, e.g., 1.10.11
- arch: This page is for arm64. If you need x86_64, please see ./tts-macos-x64.html
- lang: The language supported by this APK, e.g., en for English, zh for Chinese, fr for French, de for German, es for Spanish
- model: The name of the model used in the APK, e.g., vits-ljs, vits-piper-de_DE-thorsten-low, vits-piper-de_DE-thorsten-medium
Note: For text-to-speech engine APKs, please see
https://k2-fsa.github.io/sherpa/onnx/tts/apk-engine.html
Note: Models from
piper have their names prefixed
with vits-piper-. For instance, for the model
vits-piper-en_US-lessac-medium.apk, its original name
in piper is
en_US-lessac-medium.apk, which is available at
https://huggingface.co/rhasspy/piper-voices/blob/main/en/en_US/lessac/medium/en_US-lessac-medium.onnx
Note: Models from
MycroftAI/mimic3-voices have their names prefixed
with mimic3-.
Note: Models from
coqui-ai/TTS have their names prefixed
with coqui-.
You can find many more models that have not been converted to sherpa-onnx
at
https://huggingface.co/rhasspy/piper-voices
Note about the license The code of Next-gen Kaldi is using
Apache-2.0 license. However,
we support models from different frameworks. Please check the license of your selected model.