Skip to content

Instantly share code, notes, and snippets.

@arjunsharma97
arjunsharma97 / m4atowav.py
Created April 1, 2018 06:36
Python script to convert m4a files to wav files
# Packages reqd: pydub, ffmpeg
# pydub - pip install pydub
# ffmpeg:
# sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
# sudo apt-get update
# sudo apt-get install ffmpeg
## Load the m4a files (in M4a_files.tar.gz)