Sherpa-onnx

Latest version: v1.9.25

Safety actively analyzes 630966 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 12

1.15.1

1.9.25

What's Changed
* Add node-addon-api for VAD by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/864
* Fix node addon tests by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/865
* Add Android APKs for NeMo CTC models. by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/866
* Add streaming CTC ASR APIs for node-addon-api by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/867
* Add non-streaming ASR APIs for node-addon-api by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/868
* Compiler Error and Minor Bug fix by manickavela29 in https://github.com/k2-fsa/sherpa-onnx/pull/870
* Add TTS for node-addon-api by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/871
* Add spoken language identification for node-addon-api by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/872
* Refactor node-addon-api to remove duplicate. by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/873
* Add speaker identification APIs for node-addon-api by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/874
* Add audio tagging APIs for node-addon-api by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/875
* Support adding puncutations to text for node-addon-api by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/876
* Add keyword spotting API for node-addon-api by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/877
* Fix sherpa-onnx-node-version in node examples by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/879
* Update CMakeLists.txt by linziguan in https://github.com/k2-fsa/sherpa-onnx/pull/881
* Fix Java API examples by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/883
* Fix a typo in jni by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/885
* Add tail_paddings to Whisper C API. by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/886

New Contributors
* linziguan made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/881

**Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.9.24...v1.9.25

1.9.24

What's Changed
* Add CTC HLG decoding for JNI by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/810
* Add function 'tolowerUnicode' in sherpa-onnx-microphone (fix 791) by daniel-dona in https://github.com/k2-fsa/sherpa-onnx/pull/812
* Add Java API for text-to-speech by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/811
* Adding temperature scaling on Joiner logits: by KarelVesely84 in https://github.com/k2-fsa/sherpa-onnx/pull/789
* Fix building wheels for macOS by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/814
* Fix C to support Chinese tts models using jieba by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/815
* Fix a bug for offline paraformer by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/816
* Add Java API for spoken language identification with whisper multilingual models by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/817
* Add Java and Kotlin API for punctuation models by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/818
* Add Java API for audio tagging by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/820
* Add Java API for speaker identification by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/822
* Fix typos in JNI TTS by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/824
* Begin to add node-addon-api for sherpa-onnx by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/826
* Publish node-addon-api wrapper for sherpa-onnx as npm packages by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/829
* Update 3dspeaker/export-onnx.py by chiiyeh in https://github.com/k2-fsa/sherpa-onnx/pull/836
* Upload two more 3d-speaker models by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/837
* Publish npm package with node-addon-api for Windows by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/838
* Add links to pre-built APKs and pre-trained models to README. by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/840
* Publish node-addon-api npm package for linux arm64 by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/841
* Export NeMo FastConformer Hybrid Transducer-CTC Large Streaming to ONNX. by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/843
* Export NeMo FastConformer Hybrid Transducer Large Streaming to ONNX by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/844
* Export non-streaming NeMo faster conformer hybrid transducer and ctc to sherpa-onnx by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/847
* Add C++ support for non-streaming NeMo fast conformer hybrid transducer ctc (the ctc branch) by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/848
* Add C++ runtime for non-streaming faster conformer transducer from NeMo. by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/854
* Solve the issue of missing the last sentence with punctuation by yh646492956 in https://github.com/k2-fsa/sherpa-onnx/pull/856
* Add C++ support for streaming NeMo CTC models. by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/857
* Add more streaming ASR methods for node-addon-api by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/860
* Fix Python TTS examples for models using jieba. by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/861
* Add Speaker ID demo for C by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/862

New Contributors
* daniel-dona made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/812
* yh646492956 made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/856

**Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.9.23...v1.9.24

1.9.23

What's Changed
* fix a typo in building language ID apk by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/795
* Add jieba for Chinese TTS models by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/797
* Increase CED's max frame length to 3000 by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/798
* Fix the last character not being recognized for streaming paraformer … by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/799
* Refactor TTS Android code to support jieba for Chinese TTS models by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/800
* wget 续传 by bubao in https://github.com/k2-fsa/sherpa-onnx/pull/801
* Refactor the JNI interface to make it more modular and maintainable by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/802
* Fix CI tests by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/804
* Refactor Java APIs by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/806
* Add Java API for non-streaming ASR by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/807
* Add dict_dir arg to c api to support Chinese TTS models using jieba by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/809


**Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.9.22...v1.9.23

1.9.22

New Contributors
* gtf35 made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/765

**Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.9.19...v1.9.22

1.9.19

What's Changed
* Fix a punctuation bug by csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/764


**Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.9.18...v1.9.19

Page 1 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.