#!/usr/bin/perl #----------------------------------------------------------------------------- # # pMusic 0.1 # # pMusic is an MP3 player for people with disabilities, who are not able to # use a mouse or a keyboard the way healthy people can. It was originally # written for my daughter Krista, who can control a computer by moving her head # to the left and right, which causes a special headsupport to generate events. # # This application makes extensive use of the AAC::Pvoice modules, which can # be found on CPAN. It also needs the Audio::BASSXS module for playing the MP3s. # # More of these kinds of applications can be found on http://www.pvoice.org # # This application needs a set of icons, which can be downloaded from # http://jouke.pvoice.org/files/pMusic-icons.zip. They are created by # ngMedia (http://www.ngmedia.com). # # Finally, you'll need to have the INPOUT32.DLL, which can be downloaded from # http://jouke.pvoice.org/files/INPOUT32.DLL # # Author: Jouke Visser # Version: 0.1 # Last modification: April 26, 2004 # #-----------------------------------------------------------------------------