ricallinson / tts

Go wrapper for eSpeak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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."

About

Go wrapper for eSpeak


Languages

Language:HTML 85.1%Language:C 13.5%Language:Go 1.3%