Saving output from ‘text to speech’ to a file on Mac OS X
In terminal you can write something like: say ‘hello world’ Which will make your computer talk. To save the audio output to a file, use the -o option. A full example is: say -o hello.aiff -v ‘Alex’ ‘Hello, my name…