Skip to content

Instantly share code, notes, and snippets.

@scmrus
Created March 4, 2020 16:54
Show Gist options
  • Save scmrus/90cd550e1fca4eb8a61232a638654c59 to your computer and use it in GitHub Desktop.
Save scmrus/90cd550e1fca4eb8a61232a638654c59 to your computer and use it in GitHub Desktop.
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