SDL::Sound - a perl extension



NAME

SDL::Sound - a perl extension


DESCRIPTION

the SDL::Sound manpage is a module for loading WAV files for sound effects. The file can be loaded by creating a new the SDL::Sound manpage object by passing the filename to the constructor;

        my $sound = new SDL::Sound 'my_sfx.wav';


METHODS

volume ( value )

Sets the volume of the sample.


AUTHOR

David J. Goehrig


SEE ALSO

the perl manpage the SDL::Mixer manpage

 SDL::Sound - a perl extension