DESCRIPTION
SDL::Sound is a module for loading WAV files for sound effects. The file can be loaded by creating a new SDL::Sound object by passing the filename to the constructor;
my $sound = new SDL::Sound 'my_sfx.wav';
my $sound = new SDL::Sound 'my_sfx.wav';