Audio:PSID

Audio:PSID is a Perl module to handle SID files (Commodore-64 music files).
Download

Audio:PSID Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Schwendt
  • Publisher web site:
  • http://search.cpan.org/~lala/Audio-SID-3.11/SID.pm

Audio:PSID Tags


Audio:PSID Description

Audio:PSID is a Perl module to handle SID files (Commodore-64 music files). Audio:PSID is a Perl module to handle SID files (Commodore-64 music files).SYNOPSIS use Audio::SID; $mySID = new Audio::SID('-filename' => 'Test.sid') or die "Whoops!"; print "Title = " . $mySID->get('title') . "n"; print "MD5 = " . $mySID->getMD5(); $mySID->set(author => 'LaLa', title => 'Test2', released => '2001 Hungarian Music Crew'); $mySID->validate(); $mySID->write('-filename' => 'Test2.sid') or die "Couldn't write file!"; @array = $mySID->getFieldNames(); print "Fieldnames = " . join(' ', @array) . "n";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 SID_file_format.txt file included in the module package. Requirements: · Perl


Audio:PSID Related Software