/tts

Go wrapper for eSpeak

Primary LanguageHTML

tts

Build Status Build status

Install

go get github.com/ricallinson/tts

Usage

package main

import(
	"github.com/ricallinson/tts"
)

func main() {
	tts := tts.CreateTts()
	tts.Speak("Make the computer speak.")
}

Notes

./speak --path="./" "Make the computer speak."