eSpeak Speech Synthesizer
eSpeak is a open-source text to speech engine that comes with Ubuntu 8.10 (Intrepid Ibex). It can read text files or stdin inputs.To invoke it open a terminal and type
$ espeakNow each line you enter into the prompt will be read aloud.
If you want some long text to be read aloud, start eSpeak with the --stdin option
$ espeak --stdinNow copy some text from anywhere and paste into the prompt (ctrl+shift+v). Then press Return and (ctrl+d).
If you have a text file, say example.txt, you can set the option -f <text file>
$ espeak -f example.txt
Comments
Post a Comment