X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdocs%2FSound.pod;fp=lib%2Fdocs%2FSound.pod;h=0858653165702ff4178d08d1955af9d2d9f02e9b;hb=896b04ee008898e1c1edbdd432bedaa8643400dc;hp=0000000000000000000000000000000000000000;hpb=b3cdeb39a431b026168c4060bf74001fcee07493;p=sdlgit%2FSDL_perl.git diff --git a/lib/docs/Sound.pod b/lib/docs/Sound.pod new file mode 100644 index 0000000..0858653 --- /dev/null +++ b/lib/docs/Sound.pod @@ -0,0 +1,31 @@ +=pod + + + +=head1 NAME + +SDL::Sound - a perl extension + +=head1 DESCRIPTION + +L is a module for loading WAV files for sound effects. +The file can be loaded by creating a new L object by +passing the filename to the constructor; + + my $sound = new SDL::Sound 'my_sfx.wav'; + +=head1 METHODS + +=head2 volume ( value ) + +Sets the volume of the sample. + +=head1 AUTHOR + +David J. Goehrig + +=head1 SEE ALSO + +L L + +=cut