When using the say command to speak text in OS X, how can the output be sent to a file so that it can be played back?

link|improve this question

65% accept rate
feedback

1 Answer

up vote 5 down vote accepted

From the command line:

$ say -o hello.aiff 'hello world'
$ say -o output.aiff -f input.txt
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.