Is there an equivalent to the Mac's terminal command "say" in Ubuntu 9.10?
|
|
espeak should be installed by default as text-to-speech engine on Linux. You should be able to get it to speak from command-line by doing something like this:
You can also start espeak by just entering Other TTS engines for Linux you could look at: Espeak is available at (but should be installed by default!): |
|||||
|
Use:
Explanation:
|
|||
|
|
|
There are a number of speech synthesizers available to install in karmic, most of the ones I've tried have a console version. Search for "Speech" in synaptic to get the full list. The |
|||
|
|
|
install speech-dispatcher along with a synthesizer (flite, festival, etc) then
that will use whatever synthesizer you have configured. The -p -25 is setting the pitch lower... change as desired. -e uses stdin |
|||
|
|