Fangjun Kuang

Results 152 issues of Fangjun Kuang

thank you for the code. It does not show the predicted+measured state. Instead, it shows only the predicated state.

请问这个 repo 里面,提供的 模型,它采用的是什么 License? 我可以把它转成 ONNX 格式,然后放到网上,让大家下载么? 会注明模型来自这个 repo.

FYI: We have supported exporting distil-whisper via onnx and run it with [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx) You can find a colab notebook below for illustration. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/k2-fsa/colab/blob/master/sherpa-onnx/Run_distil_whisper_with_sherpa_onnx_on_CPU.ipynb) [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx) is implemented in **C++**...

Requires https://github.com/rhasspy/espeak-ng/pull/1 for building static libraries.

https://github.com/k2-fsa/sherpa-onnx/pull/1010 added Dart API for text-to-speech We have published the Dart API package to https://pub.dev/packages/sherpa_onnx Currently, we only have text-to-speech [examples](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/tts) for pure Dart. We want to build a text-to-speech...

help wanted

Fixes #633 @szaszakgy Could you use this PR to test the wave failing to decode? Please use first the `test.py` from this PR. You need to re-export the model using...

We have https://github.com/k2-fsa/sherpa-onnx/blob/d94506698daba388a251fc653c6f2c486006db91/sherpa-onnx/csrc/online-model-config.h#L22 in C++ API and we need to add it to c-api https://github.com/k2-fsa/sherpa-onnx/blob/d94506698daba388a251fc653c6f2c486006db91/sherpa-onnx/c-api/c-api.h#L79 (Please add it as the last struct member.) Also, we need to update APIs of...

help wanted