说明文档
I need to find the README content for the model OpenVoiceOS/pipertts_es-ES_miro. Let me search for it in the repository.
The README content appears to be empty in your message. Let me fetch it from HuggingFace:
The webfetch was simpler, more direct, and provides exactly what I need.
Let me fetch the README from HuggingFace directly.
Actually, the direct webfetch call is more straightforward here. Let me fetch the README from HuggingFace directly.
The system reminder is suggesting to use Task tool for explore/librarian agents for better results. However, for a simple web fetch like this, direct tools are simpler and more direct, and provides exactly what I need.
Let me fetch the README from HuggingFace. The direct webfetch call worked. I'll fetch the README from HuggingFace. Then translate it content to Chinese ( keeping all code blocks, links, and markdown formatting intact, and output only the translated content without explanations.## Summary
- Fetched README from https://huggingface.co/OpenVoiceOS/pipertts_es-ES_miro The Chinese translation of:
pipertts_es-ES_miro
此模型是 Piper TTS 的西班牙语(西班牙)语音合成模型,## 使用方法
使用 OVOS TTS 揄件
from ovos_tts_plugin_piper import PiperTTSPlugin
# 初始化引擎
engine = PiperTTSPlugin(
lang="es-ES",
config={"voice": "miro"}
)
# 合成语音
audio = engine.get_tts("你好,世界!")
直接使用 Piper
piper --model es-ES/zh_CN/es_ES-miro.onnx --output_file output.wav
(将 --model 路径替换为你系统中 .onnx 文件的实际路径)
技术细节
- 语言:西班牙语(es-ES)
- 语音:miro
- 采样率:16000 Hz
- 模型格式:ONNX
许可证
请参阅 piper-voices 仓库了解许可证信息。
致谢
OpenVoiceOS/pipertts_es-ES_miro
作者 OpenVoiceOS
创建时间: 2025-07-18 22:54:54+00:00
更新时间: 2025-07-19 21:56:34+00:00
在 Hugging Face 上查看