Add Go API for speech enhancement GTCRN models (#1991)

This commit is contained in:
Fangjun Kuang
2025-03-11 19:33:05 +08:00
committed by GitHub
parent d3e27d5e21
commit d78f408362
11 changed files with 172 additions and 1 deletions

View File

@@ -0,0 +1 @@
speech-enhancement-gtcrn

View File

@@ -0,0 +1,5 @@
module speech-enhancement-gtcrn
go 1.17
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../

View File

@@ -0,0 +1 @@
../../../../go-api-examples/speech-enhancement-gtcrn/main.go

View File

@@ -0,0 +1 @@
../../../../go-api-examples/speech-enhancement-gtcrn/run.sh