Forked from kidker/gist:b1ea8b6b8dafceff271c3ff244ae8340
Created
December 10, 2024 09:22
-
-
Save ca4ti/6994948e32d295e9565e3d5ce873b171 to your computer and use it in GitHub Desktop.
ffmpeg mp3 to wav for asterisk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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