Skip to content

Instantly share code, notes, and snippets.

@kidker
Last active December 10, 2024 09:22
Show Gist options
  • Save kidker/b1ea8b6b8dafceff271c3ff244ae8340 to your computer and use it in GitHub Desktop.
Save kidker/b1ea8b6b8dafceff271c3ff244ae8340 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