Add chirp
[naja.git] / data / sounds / SOURCES.txt
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