repositorypackage
0.0.0-20200613102004-335b75a33bca
Repository: https://github.com/talkkonnect/htgo-tts.git
Documentation: pkg.go.dev
# README
htgo-tts
https://hegedustibor.github.io/htgo-tts/
Requirement:
- mplayer
Install
go get "github.com/hegedustibor/htgo-tts"
Update
go get -u "github.com/hegedustibor/htgo-tts"
Remove
go clean -i "github.com/hegedustibor/htgo-tts"
Import
import "github.com/hegedustibor/htgo-tts"
Use
speech := htgotts.Speech{Folder: "audio", Language: "en"}
speech.Speak("Your sentence.")