David Worrall wrote:

> Does anyone know whether there's any work being done on a python  
> interface to the OSX speech synthesiser?

import subprocess
subprocess.call(['say', 'hello world'])

HTH

has
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to