-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
We need to update
https://github.com/k2-fsa/sherpa-onnx/tree/master/rust-api-examples
to include more examples.
https://github.com/k2-fsa/sherpa-onnx/tree/master/c-api-examples can be used as a reference.
Streaming ASR examples
- Add streaming Paraformer. See also streaming-paraformer-c-api.c
- Add streaming T-one. See also streaming-t-one-ctc-c-api.c
Non-streaming ASR examples
- Add Whisper. See also whisper-c-api.c
- Add Paraformer. See also paraformer-c-api.c
- Add WeNet CTC models. See also wenet-ctc-c-api.c
- Add FireRedASR models. See also fire-red-asr-c-api.c
- Add FunASR Nano models. See also funasr-nano-c-api.c
- Add MedASR models. See also medasr-ctc-c-api.c
- Add Moonshine models. See also moonshine-c-api.c
- Add NeMo Canary models. See also nemo-canary-c-api.c
- Add Omnilingual ASR models. See also omnilingual-asr-ctc-c-api.c
- Add TeleSpeech CTC models. See also telespeech-c-api.c
- Add Zipformer CTC models
VAD examples
- Add ten-vad example to remove silences from a file. See also silero_vad_remove_silence.rs
Reactions are currently unavailable