• 此项目
    • 正在载入...
  • Sign in

xuning / sherpaonnx

96x96
转到一个项目
Toggle navigation
  • 项目
  • 群组
  • 代码片段
  • 帮助
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • sherpaonnx
  • scripts
  • go
  • _internal
  • streaming-decode-files
  • go.mod
  • Test go inside sherpa-onnx (#374) · fe0c8bfc ...
    fe0c8bfc 浏览文件
    Previously, we only test the go api examples with pre-built packages. 
    This PR tests go API examples against the latest source code of sherpa-onnx.
    Fangjun Kuang authored 2023-10-20 10:43:30 +0800
go.mod 257 字节
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 10 11
module streaming-decode-files

go 1.12

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.5
	github.com/youpy/go-wav v0.3.2
)