|
|||||||||
|
Thread Tools | Search this Thread |
December 20th, 2007, 11:54 PM | #1 |
Regular Crew
Join Date: Feb 2007
Location: Buffalo, New York
Posts: 157
|
Apple Script to Audio format
I'm working on an art piece, and part of the narration I want to be the computer voice that you can program Apple Script to do.
You know, whey you'd type in say: "i love computers" then compile it would play it back. does anyone know how to convert that into a audio format? |
December 21st, 2007, 07:59 AM | #2 |
Trustee
Join Date: Nov 2005
Location: Sauk Rapids, MN, USA
Posts: 1,675
|
if you're on OSX, you can use the command:
do shell script "say -f /path/to/textfile -o ~/Desktop/outputfile.aiff" or just use the say command from the terminal window. |
December 21st, 2007, 11:32 AM | #4 |
Regular Crew
Join Date: Feb 2007
Location: Buffalo, New York
Posts: 157
|
thanks, worked like a charm.
|
| ||||||
|
|