Add Dart API for keyword spotter (#1162)

This commit is contained in:
Fangjun Kuang
2024-07-22 10:53:34 +08:00
committed by GitHub
parent 22a262f5e4
commit ac8223bd8a
17 changed files with 518 additions and 5 deletions

View File

@@ -0,0 +1,19 @@
name: keyword_spotter
description: >
This example demonstrates how to use the Dart API for keyword spotting
version: 1.0.0
environment:
sdk: ^3.4.0
dependencies:
# sherpa_onnx: ^1.10.17
sherpa_onnx:
path: ../../flutter/sherpa_onnx
path: ^1.9.0
args: ^2.5.0
dev_dependencies:
lints: ^3.0.0