Add speaker identification and verification exmaple for Dart API (#1194)

This commit is contained in:
Fangjun Kuang
2024-07-31 13:53:52 +08:00
committed by GitHub
parent 963aaba82b
commit ec98110e11
13 changed files with 270 additions and 4 deletions

View File

@@ -9,14 +9,15 @@ https://pub.dev/packages/sherpa_onnx
| Directory | Description |
|-----------|-------------|
| [./add-punctuations](./add-punctuations)| Example for adding punctuations to text.|
| [./audio-tagging](./audio-tagging)| Example for audio tagging.|
| [./keyword-spotter](./keyword-spotter)| Example for keyword spotting|
| [./non-streaming-asr](./non-streaming-asr)| Example for non-streaming speech recognition|
| [./speaker-identification](./speaker-identification)| Example for speaker identification and verification.|
| [./streaming-asr](./streaming-asr)| Example for streaming speech recognition|
| [./tts](./tts)| Example for text to speech|
| [./vad](./vad)| Example for voice activity detection|
| [./vad-with-non-streaming-asr](./vad-with-non-streaming-asr)| Example for voice activity detection with non-streaming speech recognition. You can use it to generate subtitles.|
| [./audio-tagging](./audio-tagging)| Example for audio tagging.|
| [./add-punctuations](./add-punctuations)| Example for adding punctuations to text.|
| [./vad](./vad)| Example for voice activity detection|
## How to create an example in this folder