Potamus
-------

Potamus is a lightweight GTK-based audio player with a simple interface
and an emphasis on high audio quality. For more details, please see
<http://offog.org/code/potamus.html>.

Potamus was written by me, Adam Sampson <ats@offog.org>; please contact
me if you have any problems with it.

You may find that files with some sample rates or formats don't play
correctly when using output-ao. This (probably!) isn't Potamus' fault:
it's because the ao library doesn't provide any way for us to find out
whether your sound device actually supports the format we've asked for.
You can fix this by configuring libao to use the plughw:0 ALSA device,
which converts awkward formats automatically. Add this line to your
/etc/libao.conf or ~/.libao:
  dev=plughw:0

To install Potamus's dependencies on a Debian or Ubuntu system, do:

  aptitude install automake pkg-config \
    libglib2.0-dev libgtk2.0-dev libglade2-dev \
    libao-dev libsamplerate0-dev libvorbis-dev \
    libmad0-dev libaudiofile-dev libmodplug-dev \
    libavcodec-dev libavformat-dev libflac-dev \
    libjack-dev
