Episode Notes
News
Command Line Tool of the Week: say
Syntax
say “Text to be spoken.”
Use say to speak the contents of a file.
say -f example.txt
Use say to record it’s output to an audio file.
say “Text to be spoken.” -o test.aiff
say -f example.txt -o example.aiff
Share this post