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

This module is designed to handle SID files (usually bearing a .sid
extension), which are music player and data routines converted from the
Commodore-64 computer with an additional informational header prepended. For
further details about the exact file format, see description of all SID
fields in the included SID_file_format.txt file. For information about SID
tunes in general, see the excellent SIDPLAY homepage at:

http://www.geocities.com/SiliconValley/Lakes/5147/

For SID v2NG documentation:

http://sidplay2.sourceforge.net

You can find literally thousands of SID tunes in the High Voltage SID
Collection at:

http://www.hvsc.c64.org

This module can handle both version 1 and version 2/2NG SID files. (Version 2
files are simply v2NG files where v2NG specific fields are set 0.) The module
was designed primarily to make it easier to look at and change the SID header
fields, so many of the methods are geared towards that.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make install
   make test

COPYRIGHT AND LICENCE

The module is provided as is. If you find bugs in it, please report them to me
immediately.

This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

LaLa (LaLa@C64.org)