David J. Goehrig > SDL_Perl-2.1.2 > SDL::Sound

Download:
SDL_Perl-2.1.2.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  5
Open  4
Stalled  3
View Bugs
Report a bug
Source   Latest Release: SDL_Perl-v2.2.6

NAME ^

SDL::Sound - a perl extension

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

METHODS ^

volume ( value )

Sets the volume of the sample.

AUTHOR ^

David J. Goehrig

SEE ALSO ^

perl SDL::Mixer