This chapter contains programs involved with audio file manipulation; that is to say playing, recording, ripping and the other common things which people want to do. It also includes a package used to render text to speech using your system's audio hardware. To use much of this software, you will need to have the kernel sound drivers installed.
The mpg123 package contains a console-based MP3 player. It claims to be the fastest MP3 decoder for Unix.
Download (HTTP): http://downloads.sourceforge.net/mpg123/mpg123-0.60.tar.bz2
Download MD5 sum: 14fa52ba192104a990e206493d9d771b
Download size: 589 KB
Estimated disk space required: 4.5 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/mpg123
Install mpg123 by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root user:
make install
Last updated on 2007-02-14 11:57:11 -0600