Add Go implementation of the TTS generation callback (#2213)
This commit is contained in:
10
scripts/go/_internal/offline-tts-play/go.mod
Normal file
10
scripts/go/_internal/offline-tts-play/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module offline-tts-play
|
||||
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
require (
|
||||
github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx v0.0.0-00010101000000-000000000000
|
||||
github.com/spf13/pflag v1.0.6
|
||||
)
|
||||
Reference in New Issue
Block a user