Fixed the pod path in archive
[sdlgit/SDL_perl.git] / lib / pods / SDL / Sound.pod
CommitLineData
896b04ee 1=pod
2
3
4
5=head1 NAME
6
7SDL::Sound - a perl extension
8
9=head1 DESCRIPTION
10
11L<SDL::Sound> is a module for loading WAV files for sound effects.
12The file can be loaded by creating a new L<SDL::Sound> object by
13passing the filename to the constructor;
14
15 my $sound = new SDL::Sound 'my_sfx.wav';
16
17=head1 METHODS
18
19=head2 volume ( value )
20
21Sets the volume of the sample.
22
23=head1 AUTHOR
24
25David J. Goehrig
26
27=head1 SEE ALSO
28
29L<perl> L<SDL::Mixer>
30
31=cut