Raw mp3 decoder designed with ALSA ( advanced linux sound architecture )
sudo apt-get install libasound2-dev
git clone https://github.com/thelinuxpoint/gtplay.git
go to the gtplay directory created as a result from the above step
cd gtplay
now buid the project using the following commands
make
make clean
./gtplay your_song_path.mp3