Add sound files
authorNeil <neil@dip.sun.ac.za>
Fri, 19 Apr 2013 09:26:52 +0000 (11:26 +0200)
committerNeil <neil@dip.sun.ac.za>
Fri, 19 Apr 2013 09:26:52 +0000 (11:26 +0200)
LICENSE.txt
data/sounds/bend.ogg [new file with mode: 0644]
data/sounds/caught.ogg [new file with mode: 0644]
data/sounds/step.ogg [new file with mode: 0644]

index c3591a3b459f6dde583d78b7abf7b684ae5ca10a..36e01fe05c7bc22aefeffbffe9a8c2d01d20ec08 100644 (file)
@@ -23,3 +23,31 @@ The graphic tiles used in this program is the public domain roguelike tileset
 # Some of the tiles have been modified by Neil Muller. #
 
 You can find the original tileset at: http://rltiles.sf.net
+
+
+Sounds:
+
+[bend.ogg]
+URL: http://www.archive.org/download/Berklee44v12/Berklee44v12.zip
+Source: http://www.archive.org/details/Berklee44v12
+License: http://creativecommons.org/licenses/by/3.0/
+Credit: Sound samples from Berklee recorded for Richard Boulanger for use in the One Laptop per Child music library. See http://wiki.laptop.org/go/Sound_samples for details.
+Original wav file: pipe_hit_1.wav
+Truncated and re-encoded via: dd if=pipe_hit_1.wav of=t.wav bs=8192 count=8 ; oggenc t.wav -o bend.ogg
+
+[step.ogg]
+URL: http://www.archive.org/download/Berklee44v12/Berklee44v12.zip
+Source: http://www.archive.org/details/Berklee44v12
+License: http://creativecommons.org/licenses/by/3.0/
+Credit: Sound samples from Berklee recorded for Richard Boulanger for use in the One Laptop per Child music library. See http://wiki.laptop.org/go/Sound_samples for details.
+Original wav file: bang_wood_on_metal1.wav
+Truncated and re-encoded via: dd if=bang_wood_on_metal1.wav of=t.wav bs=8192 count=6 ; oggenc t.wav -o step.ogg
+
+[caught.ogg]
+URL: http://www.archive.org/download/Berklee44v8/Berklee44v8.zip
+Source: http://www.archive.org/details/Berklee44v8
+License: http://creativecommons.org/licenses/by/3.0/
+Credit: Sound samples from Berklee recorded for Richard Boulanger for use in the One Laptop per Child music library. See http://wiki.laptop.org/go/Sound_samples for details.
+Original wav file: keys2.wav
+Truncated and re-encoded via: dd if=keys2.wav of=t.wav bs=8192 skip=12 count=10 ; oggenc -r t.wav -o caught.ogg
+
diff --git a/data/sounds/bend.ogg b/data/sounds/bend.ogg
new file mode 100644 (file)
index 0000000..313b6a5
Binary files /dev/null and b/data/sounds/bend.ogg differ
diff --git a/data/sounds/caught.ogg b/data/sounds/caught.ogg
new file mode 100644 (file)
index 0000000..37c13e8
Binary files /dev/null and b/data/sounds/caught.ogg differ
diff --git a/data/sounds/step.ogg b/data/sounds/step.ogg
new file mode 100644 (file)
index 0000000..d1c47d3
Binary files /dev/null and b/data/sounds/step.ogg differ