Convert m4a tracks to mp3 on linux

Short tutorial on the command line foo you need to get this done: (I’ll write up the script later, I want to make it regexp smart first) 1. In a terminal, navigate to the directory containing the music tracks you want to convert into mp3. 2. Install faad and lame: $ sudo apt-get install faad … Read more