feat: update sherpa-onnx to v1.12.23 with new ASR models#127
Open
zonghaoyuan wants to merge 2 commits into
Open
feat: update sherpa-onnx to v1.12.23 with new ASR models#127zonghaoyuan wants to merge 2 commits into
zonghaoyuan wants to merge 2 commits into
Conversation
- Update submodule to v1.12.23 - Add new ASR model config fields: omnilingual, medasr, funasr_nano - Update ZipVoice TTS field names: text_model->encoder, flow_matching_model->decoder, pinyin_dict->lexicon - Update checksums for new release binaries Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add three new ASR recognizer modules for sherpa-onnx v1.12.23: - Omnilingual: 1600+ language ASR support - MedASR: Google medical speech recognition - FunASR Nano: ASR with LLM support Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
Update sherpa-onnx from v1.12.9 to v1.12.23 and add support for three new ASR recognizer models.
Changes
1. Update sherpa-onnx to v1.12.23
text_model→encoderflow_matching_model→decoderpinyin_dict→lexicon2. Add new ASR recognizer modules
omnilingualmedasrfunasr-nano3. Files changed
crates/sherpa-rs-sys/sherpa-onnx- Submodule updated to v1.12.23crates/sherpa-rs-sys/dist.json- Version updatedcrates/sherpa-rs-sys/checksum.txt- Checksums updated for new binariescrates/sherpa-rs/src/omnilingual.rs- New Omnilingual recognizercrates/sherpa-rs/src/medasr.rs- New MedASR recognizercrates/sherpa-rs/src/funasr_nano.rs- New FunASR Nano recognizercrates/sherpa-rs/src/tts/zipvoice.rs- Updated field namesexamples/omnilingual.rs- Example usageexamples/medasr.rs- Example usageexamples/funasr_nano.rs- Example usageTesting
All three new models have been tested successfully:
Breaking Changes
ZipVoiceConfig:text_model→encoderflow_matching_model→decoderpinyin_dict→lexicon🤖 Generated with Claude Code