AudConvert 0.60
-------------------------------

AudConvert is an application that is designed to take any audio format and
convert it to any other audio format.  The idea for this application came from
my need to turn my Ogg Vorbis collection into MP3s for portable devices.
Yes, this process sometimes will result in lower quality, but sometimes it
must be done.

Features:
- Input any directory of files, get out the same directory structure (or flat
  directory) of newly encoded files.
- Multi-threaded: Encode up to 9 files simultaneously.
- Supports constant bitrate, average bitrate, and variable bitrate encoding to
  both Ogg and MP3 using external encoders.

Supported Inputs:
- Ogg Vorbis (oggdec)
- MP3 (mpg123)
- FLAC (flac)

Supported Outputs:
- Ogg Vorbis (oggenc)
- MP3 (lame)

Requirements:
GLIBC NPTL (Native POSIX Threads Library) support
Kernel POSIX Message Queues (CONFIG_POSIX_MQUEUE) support
gtk+ 2.2.x+ (http://www.gtk.org)
id3lib (http://id3lib.sourceforge.net)
lame (http://lame.sourceforge.net)
Vorbis Tools (http://www.vorbis.com)
FLAC (http://flac.sourceforge.net)

Gentoo Users:
emerge gtk+ id3lib mpg123 vorbis-tools flac lame

Building:
make

Any problems please let Kris Kersey know at augustus@linuxhardware.org so
that a remedy can be worked on.
