https://hegedustibor.github.io/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.")