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-mr_series-sherpa-onnx/go-api-examples/streaming-decode-files/go.mod

10 lines
163 B
Modula-2
Raw Normal View History

2023-07-21 17:56:09 +08:00
module streaming-decode-files
go 1.12
2023-07-21 17:56:09 +08:00
require (
2023-09-07 15:27:41 +08:00
github.com/k2-fsa/sherpa-onnx-go v1.7.12-alpha
2023-07-21 17:56:09 +08:00
github.com/spf13/pflag v1.0.5
github.com/youpy/go-wav v0.3.2
)