Re: technical: making vo speak text from script

2011-10-04 Thread Chris Blouch
Oh, and to answer your other question, there are several python methods to launch a shell command. Some discussion and summary can be found here: http://stackoverflow.com/questions/89228/how-to-call-external-command-in-python CB On 10/4/11 2:00 PM, Chris Blouch wrote: As with all shell command

Re: technical: making vo speak text from script

2011-10-04 Thread Chris Blouch
As with all shell commands doing man say will give you a lot more info. Also look up the previous threads on this mailing list where we piped voiceover specific parameters into the text stream to do even more tweaks. CB On 10/4/11 12:53 PM, Alex Hall wrote: Thanks, I think Python can do th

Re: technical: making vo speak text from script

2011-10-04 Thread Alex Hall
Thanks, I think Python can do that. Will that use all the user's default settings? Is there an interrupt parameter or other switches? On 10/4/11, Chris Blouch wrote: > If you can call regular shell commands they you can use the "say" command: > > say some string of text > > will speak "some strin

Re: technical: making vo speak text from script

2011-10-04 Thread Chris Blouch
If you can call regular shell commands they you can use the "say" command: say some string of text will speak "some string of text" using the default voiceover voice. CB On 10/3/11 7:31 AM, Alex Hall wrote: Hi all, I use Python for programming, and I would like to make a program I wrote work