Release v1.9.11
What's Changed
- Use curl to replace wget for Windows. by @csukuangfj in #558
- Update sherpa-onnx /scripts/whisper/test.py by @20246688 in #560
- C++ API demo for speaker identification with portaudio. by @csukuangfj in #561
- Add fine-tuned whisper model on aishell by @csukuangfj in #565
- Use sequential layout for OfflineTtsConfig in C# by @csukuangfj in #567
- Add context biasing for mobile by @ductranminh in #568
- Update README by @csukuangfj in #572
- Support WebAssembly by @csukuangfj in #577
- Update onnxruntime from 1.16.3 to 1.17.0 by @csukuangfj in #581
- Support building debug version on Windows by @csukuangfj in #583
- updated the icon on TTS engine for android by @paolo-caroni in #579
- Download android onnxruntime libs from github. by @csukuangfj in #584
- Use onnxruntime static lib compiled with gcc8 on ubuntu 20.04 by @csukuangfj in #587
- Increase the right chunk size of streaming paraformer to 3 by @csukuangfj in #588
- Support MinSizeRel and RelWithDebInfo build on Windows. by @csukuangfj in #586
- Add more Chinese TTS models (Mandarin and Cantonese) by @csukuangfj in #589
- Fix CI warnings by @csukuangfj in #590
- Add missing "start_time" to Python API by @vsd-vector in #591
- Download ios-onnxruntime from github instead of huggingface. by @csukuangfj in #593
- Link the math lib. by @csukuangfj in #592
- Fix CI tests. by @csukuangfj in #596
- Refactor WebAssembly build script. by @csukuangfj in #598
- Publish wasm tts to model scope. by @csukuangfj in #599
- Install wasm tts in a separate directory by @csukuangfj in #600
- Add WebAssembly for ASR by @csukuangfj in #604
- Use alsa to read microphone in speaker identification demo. by @csukuangfj in #605
- Support RISC-V by @csukuangfj in #609
- Fix #608 by @csukuangfj in #610
- Support using alsa to access the microphone with non-streaming ASR models by @csukuangfj in #517
- support using xnnpack as execution provider by @csukuangfj in #612
- Use hub.nuaa.cf to replace huggingface URL to download dependencies. by @csukuangfj in #614
- Track token scores by @KarelVesely84 in #571
- Fix computing features for whisper. by @csukuangfj in #617
New Contributors
- @20246688 made their first contribution in #560
- @ductranminh made their first contribution in #568
- @paolo-caroni made their first contribution in #579
- @vsd-vector made their first contribution in #591
Full Changelog: v1.9.10...v1.9.11