22 lines
437 B
Markdown
Executable File
22 lines
437 B
Markdown
Executable File
# Introduction
|
|
|
|
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
|
|
```
|