Radiocap is a GUI frontend to sox, oggenc, and lame for recording audio with a soundcard (WAV, Ogg, and MP3). It has a built in timer for scheduled capturing of radio programs. Recording levels are always displayed (even when recording has not started), which helps when adjusting the input gain.
Installation instructions:
1. make a directory for the source-files...
cd /tmp
mkdir build
cd build
2. unpack the source...
tar -xzvf radiocapXXX.tar.gz
3. build the application...
cd radiocap
make
4. become superuser and install..
su
make install
Requirements:
· gtk+ >= 2.0
· gcj >= 3.3.1 (check gcj -v !!!)
· sox
· optional: oggenc (for recording ogg-vorbis files)
· optional: lameenc (for recording mp3-files)
Product's homepage
Requirements:
· gtk >= 2.0
· gcj >= 3.3.1 (check gcj -v !!!)
· sox
· optional: oggenc (for recording ogg-vorbis files)
· optional: lameenc (for recording mp3-files)