Add chirp
authorNeil <neil@dip.sun.ac.za>
Thu, 15 May 2014 20:08:50 +0000 (22:08 +0200)
committerNeil <neil@dip.sun.ac.za>
Thu, 15 May 2014 20:11:49 +0000 (22:11 +0200)
data/sounds/SOURCES.txt
data/sounds/chirp.ogg [new file with mode: 0644]

index 028701bad8bb02a9b0c305ab7834636e7fa0223c..494560e5d8b485e1b30cdfd4747e4f72747fa284 100644 (file)
@@ -46,3 +46,14 @@ Notes:
         oggenc -o zoop.ogg -r zoop.pcm
    Generated by Neil Muller, May 2014
    License: MIT-style permissive license - see LICENSE.txt
+
+chirp.ogg
+---------
+
+Notes:
+   Generate by:
+       python ../../tools/gen_sound.py 1650 0.05 50 ; python ../../tools/gen_sound.py 1450 0.05 50
+       cat beep1450.pcm beep1650.pcm > chirp.pcm
+       oggenc -o chirp.ogg -r chirp.pcm
+   Generated by Neil Muller, May 2014
+   License: MIT-style permissive license - see LICENSE.txt
diff --git a/data/sounds/chirp.ogg b/data/sounds/chirp.ogg
new file mode 100644 (file)
index 0000000..da5ef18
Binary files /dev/null and b/data/sounds/chirp.ogg differ