This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex_bi_series-sherpa-onnx/dart-api-examples/README.md
2024-06-14 10:37:16 +08:00

19 lines
289 B
Markdown

# Introduction
This directory contains examples for Dart API.
You can find the package at
https://pub.dev/packages/sherpa_onnx
## 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
```