Fangjun Kuang
Committed by GitHub

Update README to include projects that is using sherpa-onnx (#1956)

@@ -310,6 +310,16 @@ and [TTS](https://github.com/xinhecuican/QSmartAssistant/blob/master/doc/%E5%AE% @@ -310,6 +310,16 @@ and [TTS](https://github.com/xinhecuican/QSmartAssistant/blob/master/doc/%E5%AE%
310 are used. 310 are used.
311 311
312 312
  313 +### [Flutter-EasySpeechRecognition](https://github.com/Jason-chen-coder/Flutter-EasySpeechRecognition)
  314 +
  315 +It extends [./flutter-examples/streaming_asr](./flutter-examples/streaming_asr) by
  316 +downloading models inside the app to reduce the size of the app.
  317 +
  318 +### [sherpa-onnx-unity](https://github.com/xue-fei/sherpa-onnx-unity)
  319 +
  320 +sherpa-onnx in Unity. See also [#1695](https://github.com/k2-fsa/sherpa-onnx/issues/1695),
  321 +[#1892](https://github.com/k2-fsa/sherpa-onnx/issues/1892), and [#1859](https://github.com/k2-fsa/sherpa-onnx/issues/1859)
  322 +
313 [sherpa-rs]: https://github.com/thewh1teagle/sherpa-rs 323 [sherpa-rs]: https://github.com/thewh1teagle/sherpa-rs
314 [silero-vad]: https://github.com/snakers4/silero-vad 324 [silero-vad]: https://github.com/snakers4/silero-vad
315 [Raspberry Pi]: https://www.raspberrypi.com/ 325 [Raspberry Pi]: https://www.raspberrypi.com/
@@ -14,6 +14,8 @@ support streaming recording on Linux. @@ -14,6 +14,8 @@ support streaming recording on Linux.
14 If you can find a recording package 14 If you can find a recording package
15 that works on Linux, please let us know and we will update this app to support Linux. 15 that works on Linux, please let us know and we will update this app to support Linux.
16 16
  17 +See also <https://github.com/Jason-chen-coder/Flutter-EasySpeechRecognition>
  18 +
17 ## Getting Started 19 ## Getting Started
18 20
19 Remember to use the following steps to download a model. Otherwise, you would 21 Remember to use the following steps to download a model. Otherwise, you would