Add TTS engline APKs for more models (#2327)

This commit is contained in:
Fangjun Kuang
2025-06-30 13:36:29 +08:00
committed by GitHub
parent f725cb3306
commit 046ce01203
3 changed files with 39 additions and 4 deletions

View File

@@ -230,6 +230,25 @@ def get_es_models():
PiperModel(name="sharvard", kind="medium", sr=22050, ns=2),
]
es_ES.extend(
[
# https://github.com/rhasspy/piper/issues/187#issuecomment-1802216304
# https://drive.google.com/file/d/12tNCCyd0Hf5jsyqCw8828kLSHHx5LOw9/view
PiperModel(
name="glados",
kind="medium",
sr=22050,
ns=1,
cmd="""
wget -qq https://huggingface.co/csukuangfj/vits-piper-es_ES-glados-medium/resolve/main/es_ES-glados-medium.onnx
wget -qq https://huggingface.co/csukuangfj/vits-piper-es_ES-glados-medium/resolve/main/es_ES-glados-medium.onnx.json
wget -qq https://huggingface.co/csukuangfj/vits-piper-es_ES-glados-medium/resolve/main/README.md
""",
url="https://github.com/rhasspy/piper/issues/187#issuecomment-1802216304",
),
]
)
es_MX = [
PiperModel(name="ald", kind="medium", sr=22050, ns=1),
PiperModel(name="claude", kind="high", sr=22050, ns=1),