Add Dart API for speech enhancement GTCRN models (#1993)

This commit is contained in:
Fangjun Kuang
2025-03-12 12:39:08 +08:00
committed by GitHub
parent c3b009988b
commit fd78a482df
16 changed files with 435 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
name: speech_enhancement_gtcrn
description: >
This example demonstrates how to use the Dart API for speech enhancement/denoising.
version: 1.0.0
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
sherpa_onnx:
path: ../../flutter/sherpa_onnx
path: ^1.9.0
args: ^2.5.0
dev_dependencies:
lints: ^3.0.0