Created
March 4, 2020 16:54
-
-
Save scmrus/90cd550e1fca4eb8a61232a638654c59 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Saving output from 'text to speech' to a file on Mac OS X | |
``` | |
say -o hello.flac -v 'Alex' 'Hello, my name is Alex' | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment