Skip to content

Instantly share code, notes, and snippets.

@BonfaceKilz
Last active January 9, 2017 17:41
Show Gist options
  • Save BonfaceKilz/91d1b69516cc258d39cae86f9716f680 to your computer and use it in GitHub Desktop.
Save BonfaceKilz/91d1b69516cc258d39cae86f9716f680 to your computer and use it in GitHub Desktop.
Speak

Something I wrote from some really weird social challenge on tonguetwisters I've been seing everywhere.

espeak "Tongue Twister challenge with some bit of help. Here goes: The sixth sick sheikh's sixth sheep's sick" --stdout | ffmpeg -i - -vn -acodec libmp3lame -ac 2 -ab 160k -ar 48000 final.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment