X

Convert Text Files to Audio Using Mac Terminal

Text documents could be created for different useful purposes as for audio notes, tutorials, lectures, etc…..
Mac has a very powerful text to speech engine that could be accessed easily through the Terminal command line. So, here we tell you about a Terminal command “Say”, by which you can easily create audio from text file. You’ll also learn in following that in which ways you can use this command.

Step 1

Run Finder

Step 2

Click on Applications and then on Utilities folder, here you will find Terminal

Step 3

Run Terminal and type the following command and hit Enter.
cd ~/Desktop
This command will set the location to desktop

Step 4

Say “……….”

Now type in double codes your text string with Say command as following and your Mac will read this string in loud voice
Say “trickyways digital life tips and tricks”

Step 5

Say -v

You can select different voices from your Mac to read the text as Alex, Bruce, Fred, Kathy, Vicki, Victoria. So, if you want to change a voice then type the following command and press Enter.
Say -v Alex “trickyways digital life tips and tricks”

Step 6

Say -f “filename.rtf”

You can also provide a text file to Mac to read, to do so, type following command in Terminal and press Enter
Say -v Alex -f “trickyways.rtf”

Step 7

Say -o “audiofile.aiff” -f “textfile.rtf”

You can also provide a text file to Mac to read and save it as an audio file on your system. To do that type the following command and press Enter.
Say -v Alex -o “audio.aiff” -f “trickyways.rtf”

You can apply more than one switch with the same command as we did in Step 7.

Categories: Mac OS X
shamid:

View Comments (7)

This website uses cookies.

Read More