vlcgo-tts
vlcgo-tts is a fork of htgo-tts
it use libvlc-go instead of mplayer.
Install
go get "framagit.org/fredix/vlcgo-tts"
Update
go get -u "framagit.org/fredix/vlcgo-tts"
Remove
go clean -i "framagit.org/fredix/vlcgo-tts"
Import
import "framagit.org/fredix/vlcgo-tts"
Use
speech := vlcgotts.Speech{Folder: "audio", Language: "en"}
speech.Speak("Your sentence.")