projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
71dfa2c
)
Remove SDL::Init, add comment about frequency
Leon Brocard [Fri, 9 Oct 2009 15:13:01 +0000 (16:13 +0100)]
test/wave.pl
patch
|
blob
|
blame
|
history
diff --git
a/test/wave.pl
b/test/wave.pl
index
fcb8cbb
..
ec9af65
100644
(file)
--- a/
test/wave.pl
+++ b/
test/wave.pl
@@
-8,10
+8,9
@@
use SDL;
use SDL::Mixer;
use SDL::Sound;
-SDL::Init(SDL_INIT_AUDIO);
-
my $filename = shift || 'data/sample.wav';
+# we want a frequency that is higher than the default
my $mixer = SDL::Mixer->new(
-frequency => 44100,
);