A c++ wrapper for the LAME library that reduces conversion of PCM (*.wav) to mp3 and vice versa to just two lines of codes.
From CodeProject's article, could not see in Github, so create it for public use.
http://www.codeproject.com/Articles/656543/The-LAME-wrapper-An-audio-converter
Modified based on Windows version
Compile lame script on Mac for Mac app:
https://gist.github.com/zyfu0000/32bc814567f7797ecbd2
Compile lame script on Mac for iOS app: