Merging casper 1.159.
authorDaniel Baumann <daniel@debian.org>
Mon, 26 Oct 2009 12:16:10 +0000 (13:16 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:06 +0000 (17:48 +0100)
docs/ChangeLog.casper
scripts/live-bottom/30accessibility

index d604bc5..1b181ae 100644 (file)
@@ -1,3 +1,13 @@
+casper (1.159) jaunty; urgency=low
+
+  * scripts/casper-bottom/30accessibility && ubiquity-hooks/30accessibility:
+    - Disable pulseaudio for the blindness profile, as pulseaudio and espeak
+      and portaudio v19 do not play very well with each other, lots of
+      crackling, cut of speech. At least espeak via ALSA natively is usable,
+      and latency is relatively low.
+
+ -- Luke Yelavich <themuso@ubuntu.com>  Tue, 10 Mar 2009 09:03:06 +1100
+
 casper (1.158) jaunty; urgency=low
 
   * scripts/casper-bottom/30accessibility && ubiquity-hooks/30accessibility:
index 90312f6..1799e0e 100755 (executable)
@@ -126,6 +126,8 @@ case ${ACCESS} in
 
                remove_applet fast_user_switch
                laptop_detect
+               touch /root/etc/pulse/a11y_nostart
+               sed -i -e 's/autospawn = yes/autospawn = no/g' /root/etc/pulse/client.conf
                ;;
 
        braille=ask)