Skip to content

Instantly share code, notes, and snippets.

@czfshine
Created February 10, 2019 09:34
Show Gist options
  • Save czfshine/dd335d5a0821c8d09aa41f0f2688e6bc to your computer and use it in GitHub Desktop.
Save czfshine/dd335d5a0821c8d09aa41f0f2688e6bc to your computer and use it in GitHub Desktop.
解码微信语音到mp3
./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