I'm trying to save the output of some TTS to a sound file, is this possible?

Here's how I'm doing the TTS, though am certainly open to other methods:

import pythoncom, win32com
import win32api, win32com.client
pythoncom.CoInitialize ()

s = win32com.client.Dispatch("SAPI.SpVoice")
s.Speak("hi there")

Thanks for any help.





      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to