From: Simon Cross Date: Thu, 15 May 2014 21:22:52 +0000 (+0200) Subject: Note on how to generate sound files on broken Ubuntus. X-Git-Tag: 0.1~251 X-Git-Url: https://git.ctpug.org.za/?a=commitdiff_plain;h=5def98aed9969164b1d837913822a418a4f69c2c;p=naja.git Note on how to generate sound files on broken Ubuntus. --- diff --git a/data/sounds/SOURCES.txt b/data/sounds/SOURCES.txt index dd794d7..220eb4d 100644 --- a/data/sounds/SOURCES.txt +++ b/data/sounds/SOURCES.txt @@ -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 -----------