名称 最后更新
..
add-punctuations 正在载入提交数据...
audio-tagging 正在载入提交数据...
keyword-spotter 正在载入提交数据...
non-streaming-asr 正在载入提交数据...
speaker-diarization 正在载入提交数据...
speaker-identification 正在载入提交数据...
speech-enhancement-gtcrn 正在载入提交数据...
streaming-asr 正在载入提交数据...
tts 正在载入提交数据...
vad-with-non-streaming-asr 正在载入提交数据...
vad 正在载入提交数据...
.gitignore 正在载入提交数据...
README.md 正在载入提交数据...

Introduction

This directory contains examples for Dart API.

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

Description

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

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