From: Neil Date: Fri, 19 Apr 2013 09:26:52 +0000 (+0200) Subject: Add sound files X-Git-Url: https://git.ctpug.org.za/?p=erdslangetjie.git;a=commitdiff_plain;h=dbd525f65fa5bfdf065764fa6eb6d659ff9f7396 Add sound files --- diff --git a/LICENSE.txt b/LICENSE.txt index c3591a3..36e01fe 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 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 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 index 0000000..d1c47d3 Binary files /dev/null and b/data/sounds/step.ogg differ