Pascal API for non-streaming ASR (#1247)

This commit is contained in:
Fangjun Kuang
2024-08-12 23:33:35 +08:00
committed by GitHub
parent 5791b695ea
commit a7dc6c2c16
26 changed files with 1616 additions and 8 deletions

View File

@@ -7,3 +7,4 @@ APIs of [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx).
|---------|------------|
|[read-wav](./read-wav)|It shows how to read a wave file.|
|[streaming-asr](./streaming-asr)| It shows how to use streaming models for speech recognition.|
|[non-streaming-asr](./non-streaming-asr)| It shows how to use non-streaming models for speech recognition.|