Skip to content

pioz/speak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speak

speak is a speech synthesis that use Google Translate service (translate.google.com/).

Installation

gem install speak

Usage

Simple usage

$ speak 'Hello word'

You can omit the quotation marks

$ speak Hello again

Select italian language

$ speak -l it Ciao mondo

Save the speech into a mp3 file

$ speak Hello world -o > hello.mp3

Read text to speech from STDIN

$ speak -i < text.txt

Questions or problems?

If you have any issues with rplot please add an issue on GitHub or fork the project and send a pull request.

Copyright © 2011 Enrico Pilotto. See LICENSE for details.

About

Speech synthesis that use Google Translate service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages