From 99a9da19de4fca60ed315fd08fb97b2ec01b9634 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sat, 15 Jun 2024 14:52:19 +0800 Subject: [PATCH] add example description for the dart package (#1011) --- sherpa-onnx/flutter/example/example.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sherpa-onnx/flutter/example/example.md diff --git a/sherpa-onnx/flutter/example/example.md b/sherpa-onnx/flutter/example/example.md new file mode 100644 index 000000000..3f8957b2e --- /dev/null +++ b/sherpa-onnx/flutter/example/example.md @@ -0,0 +1,18 @@ +# sherpa-onnx app example + +## Streaming speech recognition + +Please see https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/streaming-asr + +## Non-streaming speech recognition + +Please see https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/non-streaming-asr + +## Text to speech (TTS) + +Please see https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/tts + +## Voice activity detection (VAD) + +Please see https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/vad +