Audio::PortAudio
================
Perl portable interface for audio IO using libportaudio
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::PortAudio'
Which will fetch, make and install the module for you.
DEPENDENCIES
You need the portaudio library with API version 2.0 (that's
PortAudio V19 or higher) to run this module. You'll also need
the portaudio header files to compile it.
Recent linux distributions should have these as packages. If
you don't, see http://www.portaudio.com/
COPYRIGHT AND LICENCE
Copyright (C) 2007 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