Skip to content

Instantly share code, notes, and snippets.

@charlesbedrosian
Created April 14, 2026 17:26
Show Gist options
  • Select an option

  • Save charlesbedrosian/9375d6327210192b5572bcdc5a4d2929 to your computer and use it in GitHub Desktop.

Select an option

Save charlesbedrosian/9375d6327210192b5572bcdc5a4d2929 to your computer and use it in GitHub Desktop.
Generate an audio MP3 from a text string
# Runs on MacOS
say $2 -o $1.aiff && ffmpeg -i $1.aiff $1.mp3 && rm $1.aiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment