The sound of silence.
authorJeremy Thurgood <firxen@gmail.com>
Sun, 11 May 2014 09:05:18 +0000 (11:05 +0200)
committerJeremy Thurgood <firxen@gmail.com>
Sun, 11 May 2014 09:05:18 +0000 (11:05 +0200)
data/README.txt [new file with mode: 0644]
data/sounds/SOURCES.txt [new file with mode: 0644]
data/sounds/silence.ogg [new file with mode: 0644]

diff --git a/data/README.txt b/data/README.txt
new file mode 100644 (file)
index 0000000..32b64e0
--- /dev/null
@@ -0,0 +1 @@
+Place your game's data files in here (images, fonts, map files, sounds, etc).
diff --git a/data/sounds/SOURCES.txt b/data/sounds/SOURCES.txt
new file mode 100644 (file)
index 0000000..7bf4b28
--- /dev/null
@@ -0,0 +1,10 @@
+Sources of sound files
+======================
+
+silence.ogg
+-----------
+
+Notes:
+    Generated 2 secs of silence - dd if=/dev/zero of=silence.pcm bs=176400 count=2 ; oggenc -r silence.pcm
+    Generated by Neil Muller, Aug 2010
+    Not copyrightable.
diff --git a/data/sounds/silence.ogg b/data/sounds/silence.ogg
new file mode 100644 (file)
index 0000000..9675519
Binary files /dev/null and b/data/sounds/silence.ogg differ