This is a ruby rewrite of ivonka.sh script. This simple script read data from standard input or command line parameters using say.expressivo.com text to speech reader.
Features:
Script can be downloaded from here.
Simple usage:
$ ivo.rb "This is simple text"
$ echo "simple text" | ivo.rb
$ cat somefile.txt | ivo.rb
Configuration:
To change reader language, pass a language symbol as parameter while creating ivo object.
ivo = Ivo.new :PL #for polish
ivo = Ivo.new :PLM #for polish male voice
ivo = Ivo.new :PLF #for polish female voice
ivo = Ivo.new :RO #for romanian