           SPELL=polypaudio
         VERSION=0.6
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://0pointer.de/lennart/projects/polypaudio/$SOURCE
        WEB_SITE=http://0pointer.de/lennart/projects/polypaudio/
     SOURCE_HASH=sha512:47c216ca60fb90e1ad3b1472d79a866b142e112d5d424aa8629690623ace80b37977389819f63c58cf871e719a3d858f51923153909ed2812686ecd16487ecbb
      LICENSE[0]=GPL
         ENTERED=20041107
        KEYWORDS="drivers audio"
           SHORT="a sound server for Linux and other Unix like operating systems"
cat << EOF
polypaudio is a sound server for Linux and other Unix like operating systems.
It is intended to be an improved drop-in replacement for the Enlightened Sound
Daemon (ESOUND). In addition to the features ESOUND provides polypaudio has:

* Extensible plugin architecture (by loading dynamic loadable modules with
  dlopen())
* Support for more than one sink/source
* Better low latency behaviour
* Embedabble into other software (the core is available as C library)
* Completely asynchronous C API
* Simple command line interface for reconfiguring the daemon while running
* Flexible, implicit sample type conversion and resampling
* "Zero-Copy" architecture
* Module autoloading
* Very accurate latency measurement for playback and recordin.
* May be used to combine multiple sound cards to one (with sample rate
  adjustment)
* Client side latency interpolation
EOF
