Sync sherpa-onnx registry v2026-08-18 (1760 entries) - #20
Merged
Conversation
Regenerated registry with new ids: piper/mimic3 now keep the region (piper-nl-rdh-low -> piper-nl_BE-rdh-low, icefall-fs-ljspeech -> icefall-en-ljspeech, cantonese-fs -> cantonese-yue), quantization variants get -int8/-fp16 suffixes, and zipvoice/pocket/zh-ll types were added upstream. Engine code unchanged: parse_model is schema-lenient and the new model_types fail cleanly at dispatch. Test fixture updates: - kokoro-en-v0_19 is really 11 speakers; single-speaker fixture is now piper-en_US-amy-low - pinned known-id renamed to cantonese-yue-xiaomaiiwn - live workflow + live-test default model ids updated to the new names
3 tasks
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Syncs the vendored registry to the tagged v2026-08-18 release of AACTools/sherpa-onnx-tts-models via
./scripts/sync-registry.sh v2026-08-18(checksum verified).Registry changes (1399 → 1760 entries):
tts-modelsrelease assets now covered (id-collision fixes upstream: quantization variants, region-kept piper/mimic3 ids)zipvoice(zh+en zero-shot cloning),pocket(Kyutai PocketTTS),csukuangfj-zh-llfslanguage codesId renames affecting this repo (engine code unchanged —
parse_modelis lenient, and zipvoice/pocket fail cleanly at dispatch until # adds support):piper-nl-rdh-lowpiper-nl_BE-rdh-lowicefall-fs-ljspeechicefall-en-ljspeechcantonese-fs-xiaomaiiwncantonese-yue-xiaomaiiwnFixture updates: live workflow + live-test default ids, known-id integration test, single-speaker test (kokoro-en-v0_19 is now correctly 11 speakers; using
piper-en_US-amy-lowinstead).Validation
cargo test --no-default-features --features "sherpaonnx,cloud"— all green (180 lib + 6 integration suites)sync-registry.shchecksum verified:4c2680e4…8b962Follow-up PR adds actual
zipvoice/pocketengine support.