The LAME package contains a MP3 encoder. This is useful for creating compressed audio files.
Download (HTTP): http://telia.dl.sourceforge.net/sourceforge/lame/lame-3.95.1.tar.gz
Download size: 1.2 MB
Estimated Disk space required: 9.1 MB
Estimated build time: 0.39 SBU
Install LAME by running the following commands:
./configure --prefix=/usr --enable-mp3rtp &&
make &&
make install
--enable-mp3rtp: Builds the encode-to-RTP program.
--enable-nasm: Enables use of nasm.
The LAME package contains lame and libmp3lame libraries.