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 +