Save "Text-to-speech" as a file
Brief Description:
Have you ever wanted to convert text-to-speech as an audio file to create spoken dialogue for use in your Final Cut movie projects?
For example, if your movie required an actor speaking to his or her iPhone and having a conversation, this would be possible.
My goal is to have the voice of Siri speaking a script written in TextEdit.
This creates unique opportunities in designing movies where a computer voice is needed.
Let's Begin:
- On your Mac, open TextEdit
- Press Command + N (New Document)
- Press Command + Shift + T to toggle Plain Text mode on
- Type whatever you want (a few sentences, paragraphs or anything you want spoken)
- Press Command + Q to Save and Quit
- Name the file "Sample Text", make sure to save to the Desktop and Press Return
With the file on the Desktop, now we can convert to speech with the following steps:
- On your Mac, open Terminal
- Press Command + K to clear the screen
- Type "say -f " (be sure to include a space)
- Drag the file from the Desktop into the Terminal
- Type "-o " (be sure to include a space)
- Drag the file from the Desktop into the Terminal again
- Delete ".txt" by pressing ESC + Delete twice
- Press Return to create the audio file to the Desktop
- Press Command + Q to quit the Terminal