v1.10.14
k2-fsa/sherpa-onnxv1.10.14Jul 12, 2024by csukuangfj
AI Summary
Added C# keyword spotting and expanded Whisper model support to include large-v3 and distil-large-v2. Also includes a feature to find best embedding matches.
Key Highlights
- C# keyword spotting
- Support for Whisper large/large-v1/large-v2/large-v3 and distil-large-v2
- Find best embedding matches
New Features
- C# keyword spotting
- Support for Whisper large/large-v1/large-v2/large-v3 and distil-large-v2
- Find best embedding matches
Full Release Notes
## What's Changed * Add keyword spotting for C# by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1105 * Handle invalid utf8 sequence from Whisper for Dart API. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1106 * Update onnxruntime from v1.18.0 to v1.18.1 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1107 * feat: find best embedding matches by @thewh1teagle in https://github.com/k2-fsa/sherpa-onnx/pull/1102 * Add timestamps about streaming models for Swift API by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1113 * Support whisper large/large-v1/large-v2/large-v3 and distil-large-v2 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1114 ## New Contributors * @thewh1teagle made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/1102 **Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.10.13...v1.10.14