Pascal API for speaker diarization (#1420)

This commit is contained in:
Fangjun Kuang
2024-10-12 12:28:38 +08:00
committed by GitHub
parent 1ed803adc1
commit 5e273c5be4
5 changed files with 506 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ https://k2-fsa.github.io/sherpa/onnx/pascal-api/index.html
|Directory| Description|
|---------|------------|
|[read-wav](./read-wav)|It shows how to read a wave file.|
|[speaker-diarization](./speaker-diarization)|It shows how to use Pascal API for speaker diarization.|
|[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.|
|[vad](./vad)| It shows how to use the voice activity detection API.|