Top
SDL::Music - a perl extension
SDL::Music is used to load music files for use with SDL::Mixer. To load a music file one simply creates a new object passing the filename to the constructor:
my $music = new SDL::Music 'my_song.ogg';
David J. Goehrig
perl SDL::Mixer