From: Neil Date: Thu, 15 May 2014 20:08:50 +0000 (+0200) Subject: Add chirp X-Git-Tag: 0.1~259 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=b461d01aac832079be5a08065d956f383c126d75 Add chirp --- diff --git a/data/sounds/SOURCES.txt b/data/sounds/SOURCES.txt index 028701b..494560e 100644 --- a/data/sounds/SOURCES.txt +++ b/data/sounds/SOURCES.txt @@ -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 index 0000000..da5ef18 Binary files /dev/null and b/data/sounds/chirp.ogg differ