these utils is used for converting wechat voice(aud/amr) to ogg/mp3/mp4/m4a/aac
- fixing the aud/amr magic header for decode it
- converting fixed aud/amr file to audio file you like, etc.: ogg/mp3/aac
- python 2.7.x
- Skype Silk SDK
- latest FFMpeg binary
- pydub
- If you like, you can download latest Skype Silk SDK to build decoder.exe, otherwise you can using the decoder.exe compiled by me
- download latest FFMpeg binary from https://www.ffmpeg.org
- download pydub and install it to python, or using pydub dist package in this repo.
- mk.cmd using cxFreeze to making a console exe
- usage:
amr2ogg.py <*.amr|input.amr> [ogg|mp3|mp4|m4a]
- decoder.exe is follow original by Skype/Microsoft
- pydub is follow original.
- My owner code is follow MIT License.