From 5def98aed9969164b1d837913822a418a4f69c2c Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Thu, 15 May 2014 23:22:52 +0200 Subject: [PATCH] Note on how to generate sound files on broken Ubuntus. --- data/sounds/SOURCES.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 ----------- -- 2.34.1