Skip to content

Gtts client library for converting text to speech by using the Google Tranlate API.

License

Notifications You must be signed in to change notification settings

jordan-patterson/gtts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

gtts

Gtts client library for converting text to speech by using the Google Translate API.

Installation

$ go get github.com/jordan-patterson/gtts

Usage

 package main
 
 import (
    "github.com/jordan-patterson/gtts"
 )
 func main() {
    converter := gtts.Gtts{Text:"To infinity and beyond",Lang:"en"}
    
    //now save to mp3 file
    converter.Save("speech.mp3")
 }

About

Gtts client library for converting text to speech by using the Google Tranlate API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages