2024-07-04 10:49:09 +08:00
|
|
|
# sherpa-onnx app example
|
|
|
|
|
|
2024-07-04 20:07:07 +08:00
|
|
|
## Flutter examples
|
2024-07-04 10:49:09 +08:00
|
|
|
|
2024-07-04 20:07:07 +08:00
|
|
|
| Functions | URL | Supported Platforms|
|
|
|
|
|
|---|---|---|
|
2024-10-25 15:50:42 +08:00
|
|
|
|Streaming speech recognition| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter-examples/streaming_asr)| Android, iOS, macOS, Windows|
|
2024-07-10 21:18:46 +08:00
|
|
|
|Speech synthesis| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter-examples/tts)| Android, iOS, Linux, macOS, Windows|
|
2024-07-04 10:49:09 +08:00
|
|
|
|
2024-07-04 20:07:07 +08:00
|
|
|
## Pure dart-examples
|
2024-07-04 10:49:09 +08:00
|
|
|
|
2024-07-04 20:07:07 +08:00
|
|
|
| Functions | URL | Supported Platforms|
|
|
|
|
|
|---|---|---|
|
2024-10-11 21:17:41 +08:00
|
|
|
|Speaker diarization| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/speaker-diarization)| macOS, Windows, Linux|
|
2024-07-04 20:07:07 +08:00
|
|
|
|Streaming speech recognition| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/streaming-asr)| macOS, Windows, Linux|
|
|
|
|
|
|Non-Streaming speech recognition| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/non-streaming-asr)| macOS, Windows, Linux|
|
|
|
|
|
|Text to speech| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/tts)| macOS, Windows, Linux|
|
|
|
|
|
|Voice activity detection (VAD)| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/vad)| macOS, Windows, Linux|
|
2024-07-31 13:53:52 +08:00
|
|
|
|Voice activity detection (VAD) with non-streaming speech recognition| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/vad-with-non-streaming-asr)| macOS, Windows, Linux|
|
|
|
|
|
|Speaker identification and verification| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/speaker-identification)| macOS, Windows, Linux|
|
|
|
|
|
|Audio tagging| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/audio-tagging)| macOS, Windows, Linux|
|
|
|
|
|
|Keyword spotter| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/keyword-spotter)| macOS, Windows, Linux|
|