Fangjun Kuang
Committed by GitHub

add example description for the dart package (#1011)

  1 +# sherpa-onnx app example
  2 +
  3 +## Streaming speech recognition
  4 +
  5 +Please see https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/streaming-asr
  6 +
  7 +## Non-streaming speech recognition
  8 +
  9 +Please see https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/non-streaming-asr
  10 +
  11 +## Text to speech (TTS)
  12 +
  13 +Please see https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/tts
  14 +
  15 +## Voice activity detection (VAD)
  16 +
  17 +Please see https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/vad
  18 +