Project

speak

0.0
No commit activity in last 3 years
No release in over 3 years
Text 2 speech using Google Translate service.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.90.8
>= 0.90.8
>= 1.1.1
 Project Readme

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.