Add welcome sound
[naja.git] / data / sounds / SOURCES.txt
index 7bf4b2854e972bf9c99395098b5915237b4c520f..76ac231057f09a41bbacd984435a0c09b8532da4 100644 (file)
@@ -8,3 +8,29 @@ 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.
+
+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
+   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
+   Generate 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
+   Generate by Neil Muller, May 2014
+   License: MIT-style permissive license - see LICENSE.txt