The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Audio::SndFile
==============

Portable interface to sound data from different audio file types
via libsndfile.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Or, if you prefer the CPAN installer, type:

   perl -MCPAN -e'install Audio::SndFile'

Which will fetch, make and install the module for you.

DEPENDENCIES

You need pkg-config and the libsndfile development headers installed 
in order to build this module.

You'll need libsndfile installed to run this module.

Recent linux distributions should have these as packages. Otherwise,
you can find libsndfile at http://www.mega-nerd.com/libsndfile/ and
pkg-config at http://pkgconfig.freedesktop.org/wiki/


COPYRIGHT AND LICENCE

Copyright (C) 2006 Joost Diepenmaat, Zeekat Softwareontwikkeling.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

See the COPYING file for more information