windows does't know shebang.
[sdlgit/SDL_perl.git] / lib / docs / Sound.pod
1 =pod
2
3
4
5 =head1 NAME
6
7 SDL::Sound - a perl extension
8
9 =head1 DESCRIPTION
10
11 L<SDL::Sound> is a module for loading WAV files for sound effects.
12 The file can be loaded by creating a new L<SDL::Sound> object by
13 passing 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
21 Sets the volume of the sample.
22
23 =head1 AUTHOR
24
25 David J. Goehrig
26
27 =head1 SEE ALSO
28
29 L<perl> L<SDL::Mixer>
30
31 =cut