SDL::Sound - a perl extension


Back to Top


NAME

SDL::Sound - a perl extension

Back to Top


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';

Back to Top


METHODS

volume ( value )

Sets the volume of the sample.

Back to Top


AUTHOR

David J. Goehrig

Back to Top


SEE ALSO

perl the SDL::Mixer manpage

Back to Top

 SDL::Sound - a perl extension