
Audacity is a free digital sound editing application we can import sound format like mp3, wav etc and edit and export to any other sound format.
To install audactiy in ubuntu issue
sudo apt-get install audacity
One of the issue facing with audacity application is that the export to mp3 fromat will not work in the default installation.This is due to the absence of the lame mp3 encoder.
To solve this install it as follows.
sudo apt-get install lame sudo apt-get install lame-extras sudo apt-get install lame-dev sudo apt-get install liblame0