Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ca4ti/6994948e32d295e9565e3d5ce873b171 to your computer and use it in GitHub Desktop.
Save ca4ti/6994948e32d295e9565e3d5ce873b171 to your computer and use it in GitHub Desktop.
ffmpeg mp3 to wav for asterisk
ffmpeg -i Michael_Jackson_–_Bad.mp3 -ar 8000 -ac 1 -ab 64 out_2.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment