Back to Sherpa Onnx

Introduction

dart-api-examples/README.md

1.13.01.8 KB
Original Source

Introduction

This directory contains examples for Dart API.

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

Description

DirectoryDescription
./speaker-diarizationExample for speaker diarization.
./add-punctuationsExample for adding punctuations to text.
./audio-taggingExample for audio tagging.
./keyword-spotterExample for keyword spotting
./non-streaming-asrExample for non-streaming speech recognition
./speaker-identificationExample for speaker identification and verification.
./streaming-asrExample for streaming speech recognition
./ttsExample for text to speech
./vad-with-non-streaming-asrExample for voice activity detection with non-streaming speech recognition. You can use it to generate subtitles.
./vadExample for voice activity detection
./speech-enhancement-gtcrnExample for speech enhancement/denoising with GTCRN.
./speech-enhancement-dpdfnetExample for speech enhancement/denoising with DPDFNet, including the 16 kHz family (dpdfnet_baseline, dpdfnet2, dpdfnet4, dpdfnet8).
./streaming-speech-enhancement-gtcrnExample for streaming speech enhancement/denoising with GTCRN.
./streaming-speech-enhancement-dpdfnetExample for streaming speech enhancement/denoising with DPDFNet.

How to create an example in this folder

bash
dart create vad
cd vad

# Edit pubspec.yaml and add sherpa_onnx to dependencies

dart pub get
dart run