8 Generated 2 secs of silence - dd if=/dev/zero of=silence.pcm bs=176400 count=2 ; oggenc -r silence.pcm
9 Generated by Neil Muller, Aug 2010
16 Generated by: tools/gen_sound.py 100 0.5 50 ; oggenc -o zzzzz.ogg -r beep100.pcm
17 Generate by Simon Cross, May 2014
18 License: MIT-style permissive license - see LICENSE.txt
24 Generated by: tools/gen_sound.py 1000 0.25 ; oggenc -o error.ogg -r beep1000.pcm
25 Generated by Neil Muller, May 2014
26 License: MIT-style permissive license - see LICENSE.txt
32 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 ;
33 cat beep200.pcm beep400.pcm beep600.pcm beep800.pcm > startup.pcm ;
34 oggenc -o startup.ogg -r startup.pcm
35 Generated by Neil Muller, May 2014
36 License: MIT-style permissive license - see LICENSE.txt
44 for ((j=500; $j < 800; j= $j+20 )); do python ../../tools/gen_sound.py $j 0.01 50; done
45 cat beep5??.pcm beep6??.pcm beep7??.pcm > zoop.pcm
46 oggenc -o zoop.ogg -r zoop.pcm
47 Generated by Neil Muller, May 2014
48 License: MIT-style permissive license - see LICENSE.txt
55 python ../../tools/gen_sound.py 1650 0.05 50 ; python ../../tools/gen_sound.py 1450 0.05 50
56 cat beep1450.pcm beep1650.pcm > chirp.pcm
57 oggenc -o chirp.ogg -r chirp.pcm
58 Generated by Neil Muller, May 2014
59 License: MIT-style permissive license - see LICENSE.txt