Skip to content

Instantly share code, notes, and snippets.

@sc137
Last active March 14, 2017 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sc137/28f0e14b23d3903c60df833c26a849cd to your computer and use it in GitHub Desktop.
Save sc137/28f0e14b23d3903c60df833c26a849cd to your computer and use it in GitHub Desktop.
# Use the terminal to create your message
say -v Samantha -o mail.m4a "you've got mail"
# or...
say -v Samantha -o incoming.m4a "incoming message"
# convert the m4a file to wav for use in Thunderbird
afconvert -d UI8 -f 'WAVE' mail.m4a
afconvert -d UI8 -f 'WAVE' incoming.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment