Audacity is a well known, simple, open source Sound Editor available on multiple platforms. However on the Mac it is a little bit tricky to install for the unintelligible, but it is quite simple.
- Download it (I recommend the Beta)
- Open it up and drag it to your /Applications folder
Of course it is installed right now, but to do anything with mp3s you’re going to need LAME (mp3 encoder), and we’re going to use MacPorts:
- Run:
sudo port install lame - Now Audacity has little trouble finding the library files so you need to run:
sudo ln -s /opt/local/lib/libmp3lame.dylib /usr/lib/libmp3lame.dylib
And that’s it, now you open, edit and export into mp3s.


