• 此项目
    • 正在载入...
  • 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
  • offline-tts-play
  • go.mod
  • Add Go implementation of the TTS generation callback (#2213) · 116977b5
    116977b5 浏览文件
    愚者自愚 authored 2025-05-14 16:09:31 +0800
go.mod 219 字节
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 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
)