Add Java API for speaker identification (#822)

This commit is contained in:
Fangjun Kuang
2024-04-29 21:23:56 +08:00
committed by GitHub
parent 88202f05bb
commit cff207623e
13 changed files with 388 additions and 5 deletions

View File

@@ -50,3 +50,9 @@ The punctuation model supports both English and Chinese.
./run-audio-tagging-zipformer-from-file.sh
./run-audio-tagging-ced-from-file.sh
```
## Speaker identification
```bash
./run-speaker-identification.sh
```