登录 注册
当前位置:主页 > 资源下载 > 13 > Golang文字转语音工具包:htgo-tts

Golang文字转语音工具包:htgo-tts

  • 更新:2024-10-20 12:44:31
  • 大小:4KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

htgo-tts 要求: mplayer(可选) 安装 go get "github.com/hegedustibor/htgo-tts" 更新 go get -u "github.com/hegedustibor/htgo-tts" 去掉 go clean -i "github.com/hegedustibor/htgo-tts" 进口 import "github.com/hegedustibor/htgo-tts" 用 speech := htgotts. Speech { Folder : "audio" , Language : "en" } speech . Speak ( "Your sentence." ) 与处理程序一起使用 import ( htgotts "github.com/hegedustibor/htgo-tts" handl