Add chirp
[naja.git] / data / sounds / SOURCES.txt
1 Sources of sound files
2 ======================
3
4 silence.ogg
5 -----------
6
7 Notes:
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
10     Not copyrightable.
11
12 change_action.ogg
13 -----------------
14
15 Notes:
16    Generated by: tools/gen_sound.py 400 0.25 ; oggenc -o change_action.ogg -r beep1000.pcm
17    Generated by Neil Muller, May 2014
18    License: MIT-style permissive license - see LICENSE.txt
19
20 error.ogg
21 ---------
22
23 Notes:
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
27
28 startup.ogg
29 -----------
30
31 Notes:
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
37
38
39 zoop.ogg
40 --------
41
42 Notes:
43    Generated by:
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
49
50 chirp.ogg
51 ---------
52
53 Notes:
54    Generate by:
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