Skip to content

Instantly share code, notes, and snippets.

@ryanseys
Created April 3, 2013 03:37
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ryanseys/5298265 to your computer and use it in GitHub Desktop.
Save ryanseys/5298265 to your computer and use it in GitHub Desktop.
Play MP3 file in terminal using Ruby
pid = fork{ exec 'afplay', "song.mp3" } # on mac osx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment