Created
February 10, 2019 09:34
-
-
Save czfshine/dd335d5a0821c8d09aa41f0f2688e6bc to your computer and use it in GitHub Desktop.
解码微信语音到mp3
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
| ./silk/decoder test.amr test.pcm | |
| ffmpeg -y -f s16le -ar 24000 -ac 1 -i test.pcm test.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment