Add Java API for non-streaming ASR (#807)
This commit is contained in:
@@ -4,8 +4,18 @@ This directory contains examples for the JAVA API of sherpa-onnx.
|
||||
|
||||
# Usage
|
||||
|
||||
## Streaming Speech recognition
|
||||
|
||||
```
|
||||
./run-streaming-decode-file-ctc.sh
|
||||
./run-streaming-decode-file-paraformer.sh
|
||||
./run-streaming-decode-file-transducer.sh
|
||||
```
|
||||
|
||||
## Non-Streaming Speech recognition
|
||||
|
||||
```bash
|
||||
./run-non-streaming-decode-file-paraformer.sh
|
||||
./run-non-streaming-decode-file-transducer.sh
|
||||
./run-non-streaming-decode-file-whisper.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user