X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Fsounds%2FSOURCES.txt;h=954a21bab7339753f55efb652949cbb08e13b616;hb=150b900c5d0fb46e1a996fadabc2b6385e1efc96;hp=5224bcb56abf712319f14104a87760f0cdbde30b;hpb=9d16741e86873a84b2e518906adf0111b95103dd;p=naja.git diff --git a/data/sounds/SOURCES.txt b/data/sounds/SOURCES.txt index 5224bcb..954a21b 100644 --- a/data/sounds/SOURCES.txt +++ b/data/sounds/SOURCES.txt @@ -1,19 +1,9 @@ Sources of sound files ====================== -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. - -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 +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. +See __init__.py and tools/gen_sound.py