changeset 256:5213ee33ec1b

More varied beeps
author Neil Muller <neil@dip.sun.ac.za>
date Fri, 27 Aug 2010 18:24:35 +0200
parents 2bd28030e8e4
children 59dba2dcb280
files Resources/sounds/beep1.ogg Resources/sounds/beep2.ogg Resources/sounds/beep3.ogg Resources/sounds/sources.txt gamelib/scenes/bridge.py
diffstat 5 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file Resources/sounds/beep1.ogg has changed
Binary file Resources/sounds/beep2.ogg has changed
Binary file Resources/sounds/beep3.ogg has changed
--- a/Resources/sounds/sources.txt	Fri Aug 27 18:13:12 2010 +0200
+++ b/Resources/sounds/sources.txt	Fri Aug 27 18:24:35 2010 +0200
@@ -72,3 +72,10 @@
 [beep880.ogg]
 Created with the gen_sound.py script in trunk/tools (330, 440, 660, 880 Hz).
 Not copyrightable.
+
+[beep1.ogg]
+./gen_sound.py 770 0.25 ; ./gen_sound.py 440 0.25 ; cat beep440.pcm beep770.pcm beep440.pcm > beep1.pcm
+[beep2.ogg]
+/gen_sound.py 660 0.25 ; /gen_sound.py 550 0.25 ; cat beep770.pcm beep660.pcm beep550.pcm beep440.pcm > beep2.pcm
+[beep3.ogg]
+cat beep440.pcm beep550.pcm beep660.pcm beep550.pcm > beep3.pcm
--- a/gamelib/scenes/bridge.py	Fri Aug 27 18:13:12 2010 +0200
+++ b/gamelib/scenes/bridge.py	Fri Aug 27 18:24:35 2010 +0200
@@ -17,10 +17,11 @@
     BACKGROUND = 'bridge.png'
 
     MUSIC = [
-            'beep330.ogg',
+            'beep1.ogg',
+            'beep2.ogg',
+            'beep880.ogg',
             'beep660.ogg',
-            'beep880.ogg',
-            'beep440.ogg',
+            'beep3.ogg',
             'silent.ogg',
             'creaking.ogg',
             'silent.ogg',