Audio::SID version 4.01
=======================

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 following links:

http://www.hvsc.c64.org/

Technical description of the C64's SID chip:

https://www.c64-wiki.com/wiki/SID

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

http://www.hvsc.c64.org

This module can handle PSID version 1, PSID version 2/2NG/3/4 and RSID files.
(Version 2+ files are simply v2NG files where v2NG specific fields are set to 0,
RSID (RealSID) files are PSID v2NG files with the magicID set to 'RSID' and
with some additional restrictions on certain field values.) The module was
designed primarily to make it easier to look at and change the SID header
fields, so many of the member functions are geared towards that.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make install
   make test

CONTACT

LaLa (LaLa-AT-C64.org)