Java API for speaker diarization (#1416)

This commit is contained in:
Fangjun Kuang
2024-10-11 16:51:40 +08:00
committed by GitHub
parent 2d412b1190
commit 1851ff6337
14 changed files with 471 additions and 1 deletions

View File

@@ -4,6 +4,12 @@ This directory contains examples for the JAVA API of sherpa-onnx.
# Usage
## Non-streaming speaker diarization
```bash
./run-offline-speaker-diarization.sh
```
## Streaming Speech recognition
```