README.md 1.0 KB

Introduction

This directory contains examples for Dart API.

You can find the package at https://pub.dev/packages/sherpa_onnx

Description

Directory Description
./keyword-spotter Example for keyword spotting
./non-streaming-asr Example for non-streaming speech recognition
./streaming-asr Example for streaming speech recognition
./tts Example for text to speech
./vad Example for voice activity detection
./vad-with-non-streaming-asr Example for voice activity detection with non-streaming speech recognition. You can use it to generate subtitles.
./audio-tagging Example for audio tagging.
./add-punctuations Example for adding punctuations to text.

How to create an example in this folder

dart create vad
cd vad

# Edit pubspec.yaml and add sherpa_onnx to dependencies

dart pub get
dart run