Reverse beep on shutdown
[naja.git] / data / sounds / SOURCES.txt
index f9c185e6a3c4269decf1e19da7f92e348f764b96..e4c8d023f6fdf899ef23ff01f8f5875bb9f48585 100644 (file)
@@ -1,6 +1,11 @@
 Sources of sound files
 ======================
 
+General Notes:
+    On Ubuntu Saucy and Trust, offenc segfaults while encoding the PCM files so you might want to try
+      sox -t raw -e signed-integer -c 2 -r 44100 -b 16 beep100.pcm my_sound.ogg
+    on those instead.
+
 silence.ogg
 -----------
 
@@ -9,11 +14,11 @@ Notes:
     Generated by Neil Muller, Aug 2010
     Not copyrightable.
 
-change_action.ogg
------------------
+zzzzz.ogg
+---------
 
 Notes:
-   Generated by: tools/gen_sound.py 100 0.5 50 ; oggenc -o change_action.ogg -r beep100.pcm
+   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
 
@@ -36,6 +41,17 @@ Notes:
    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
 --------