Re: Speaking Text

2008-03-20 Thread David C. Ullrich
On Wed, 19 Mar 2008 07:41:29 -0500, David C. Ullrich [EMAIL PROTECTED] wrote: Mac OS X has text-to-speech built into the interface. So there must be a way to access that from the command line as well - in fact the first thing I tried worked: os.system('say hello') says 'hello'. Is there

Speaking Text

2008-03-19 Thread David C. Ullrich
Mac OS X has text-to-speech built into the interface. So there must be a way to access that from the command line as well - in fact the first thing I tried worked: os.system('say hello') says 'hello'. Is there something similar in Windows and/or Linux? (If it's there in Linux presumably it only

Re: Speaking Text

2008-03-19 Thread Bill Scherer
David C. Ullrich wrote: Mac OS X has text-to-speech built into the interface. So there must be a way to access that from the command line as well - in fact the first thing I tried worked: os.system('say hello') says 'hello'. Is there something similar in Windows and/or Linux? (If it's

Re: Speaking Text

2008-03-19 Thread Hans Georg Krauthäuser
On 19 Mrz., 13:41, David C. Ullrich [EMAIL PROTECTED] wrote: Mac OS X has text-to-speech built into the interface. So there must be a way to access that from the command line as well - in fact the first thing I tried worked: os.system('say hello') says 'hello'. Is there something similar

Re: Speaking Text

2008-03-19 Thread Duncan Booth
David C. Ullrich [EMAIL PROTECTED] wrote: os.system('say hello') says 'hello'. Is there something similar in Windows and/or Linux? (If it's there in Linux presumably it only works if there happens to be a speech engine available...) Perhaps http://www.mindtrove.info/articles/pytts.html

Re: Speaking Text

2008-03-19 Thread Grant Edwards
On 2008-03-19, David C Ullrich [EMAIL PROTECTED] wrote: Mac OS X has text-to-speech built into the interface. So there must be a way to access that from the command line as well - in fact the first thing I tried worked: os.system('say hello') says 'hello'. Is there something similar in