X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Fsounds%2FSOURCES.txt;h=494560e5d8b485e1b30cdfd4747e4f72747fa284;hb=a0657c281733cdca517e046af77b0288677a88e4;hp=cfb2dfb91d4067072705134415eec4eac2285b8a;hpb=d3fee83858c30b34d362f261bebb2974954e59ae;p=naja.git diff --git a/data/sounds/SOURCES.txt b/data/sounds/SOURCES.txt index cfb2dfb..494560e 100644 --- a/data/sounds/SOURCES.txt +++ b/data/sounds/SOURCES.txt @@ -14,7 +14,7 @@ change_action.ogg Notes: Generated by: tools/gen_sound.py 400 0.25 ; oggenc -o change_action.ogg -r beep1000.pcm - Generate by Neil Muller, May 2014 + Generated by Neil Muller, May 2014 License: MIT-style permissive license - see LICENSE.txt error.ogg @@ -22,5 +22,38 @@ error.ogg Notes: Generated by: tools/gen_sound.py 1000 0.25 ; oggenc -o error.ogg -r beep1000.pcm - Generate by Neil Muller, May 2014 + Generated by Neil Muller, May 2014 + License: MIT-style permissive license - see LICENSE.txt + +startup.ogg +----------- + +Notes: + Generated by: tools/gen_sound.py 200 0.25 ; tools/gen_sound.py 400 0.25 ; tools/gen_sound.py 600 0.25 ; tools/gen_sound.py 800 0.25 ; + cat beep200.pcm beep400.pcm beep600.pcm beep800.pcm > startup.pcm ; + oggenc -o startup.ogg -r startup.pcm + Generated by Neil Muller, May 2014 + License: MIT-style permissive license - see LICENSE.txt + + +zoop.ogg +-------- + +Notes: + Generated by: + for ((j=500; $j < 800; j= $j+20 )); do python ../../tools/gen_sound.py $j 0.01 50; done + cat beep5??.pcm beep6??.pcm beep7??.pcm > zoop.pcm + 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