a REAL em dash
[naja.git] / data / sounds / SOURCES.txt
index e4c8d023f6fdf899ef23ff01f8f5875bb9f48585..954a21bab7339753f55efb652949cbb08e13b616 100644 (file)
@@ -6,70 +6,4 @@ General Notes:
       sox -t raw -e signed-integer -c 2 -r 44100 -b 16 beep100.pcm my_sound.ogg
     on those instead.
 
-silence.ogg
------------
-
-Notes:
-    Generated 2 secs of silence - dd if=/dev/zero of=silence.pcm bs=176400 count=2 ; oggenc -r silence.pcm
-    Generated by Neil Muller, Aug 2010
-    Not copyrightable.
-
-zzzzz.ogg
----------
-
-Notes:
-   Generated by: tools/gen_sound.py 100 0.5 50 ; oggenc -o zzzzz.ogg -r beep100.pcm
-   Generate by Simon Cross, May 2014
-   License: MIT-style permissive license - see LICENSE.txt
-
-error.ogg
----------
-
-Notes:
-   Generated by: tools/gen_sound.py 1000 0.25 ; oggenc -o error.ogg -r beep1000.pcm
-   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
-
-
-shutdown.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 beep800.pcm beep600.pcm beep400.pcm beep200.pcm > shutdown.pcm ;
-                 oggenc -o shutdown.ogg -r shutdown.pcm
-   Generated by Stefano Rivera, 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
+See __init__.py and tools/gen_sound.py