sherpa-onnx
Collection
Sherpa-onnx models for AX650 NPU: ASR, TTS, VAD, speaker recognition, audio tagging, speech enhancement. • 10 items • Updated
Kokoro TTS model converted to AX650 AXMODEL for on-device text-to-speech inference via sherpa-onnx.
| File | Size | Description |
|---|---|---|
models/kokoro_part1_96.axmodel |
86.8 MB | Kokoro TTS encoder part 1 |
models/kokoro_part2_96.axmodel |
21.4 MB | Kokoro TTS encoder part 2 |
models/kokoro_part3_96.axmodel |
67.7 MB | Kokoro TTS decoder |
models/model4_har_sim.onnx |
14 KB | Reference ONNX model |
checkpoints/config.json |
2.3 KB | Model configuration |
checkpoints/voices_npy/af_heart.npy |
510 KB | Voice embedding (af_heart) |
cpp/dict/vocab.txt |
801 B | Vocabulary file |
./sherpa-onnx-offline-tts \
--kokoro-model=./models/kokoro_part1_96.axmodel \
--kokoro-model2=./models/kokoro_part2_96.axmodel \
--kokoro-model3=./models/kokoro_part3_96.axmodel \
--kokoro-voices=./checkpoints/voices_npy/af_heart.npy \
--kokoro-tokens=./cpp/dict/vocab.txt \
--kokoro-data-dir=./checkpoints \
--output-filename=./output.wav \
"Hello world!"
| Metric | Value |
|---|---|
| AXMODEL total size | 175.9 MB |
| RTF | TBD |
MIT