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