Views
No views yet
vocos-16khz-univ.onnx is distilled into an 8 kHz vocos-8khz-univ.onnx.sherpa-onnx-offline-tts — only the
model dir changes.| text | 8 kHz | through G.711 |
|---|---|---|
| 您好,這裡是台灣精密,請問您要找 David 還是 Michael? | ||
| Kevin 說下午的 meeting 改到 Zoom 線上進行。 | ||
| Please hold,我幫您查詢 VIP 會員資料,請稍候。 | ||
| The quick brown fox 和敏捷的棕色狐狸,一起測試中英文。 |
| metric | value |
|---|---|
| PESQ-NB (8k vocoder vs stock 16k vocoder → 8 kHz) | 3.80 (ceiling ≈ 4.5) |
| Full-pipeline RTF, x86 ORT CPU, 4 threads | 0.014 |
| Predicted Jetson Nano A57 RTF (×13 host factor) | ~0.18 |
| Vocoder size | 30 MB (vs 54 MB at 16 kHz) |
1sherpa-onnx-offline-tts \
2 --matcha-acoustic-model=matcha-zh-en-8k/model-steps-3.onnx \
3 --matcha-vocoder=matcha-zh-en-8k/vocos-8khz-univ.onnx \
4 --matcha-lexicon=matcha-zh-en-8k/lexicon.txt \
5 --matcha-tokens=matcha-zh-en-8k/tokens.txt \
6 --matcha-data-dir=matcha-zh-en-8k/espeak-ng-data \
7 --tts-rule-fsts=matcha-zh-en-8k/date-zh.fst,matcha-zh-en-8k/number-zh.fst,matcha-zh-en-8k/phone-zh.fst \
8 --num-threads=4 --output-filename=out.wav \
9 "中英文合成測試。It supports both English 和中文合成。"sample_rate=8000 in the acoustic model metadata). See DEVICE_ACCEPTANCE.md.matcha8k/).model-steps-3.onnx Matcha acoustic model (weights identical to stock; metadata sample_rate=8000)
vocos-8khz-univ.onnx distilled 8 kHz vocoder
tokens.txt lexicon.txt identical to the stock matcha-icefall-zh-en
date-zh.fst number-zh.fst phone-zh.fst text-normalization FSTs (unchanged)
espeak-ng-data/ English IPA phonemization data (unchanged)
samples/ code-mixed 8 kHz + G.711 demo clips
DEVICE_ACCEPTANCE.md acceptance checklist (CLI, RTF, metrics)