From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f201.google.com (mail-yw0-f201.google.com [209.85.211.201]) by speech.braille.uwo.ca (Postfix) with ESMTP id 32648C1A359 for ; Mon, 26 Apr 2010 19:24:14 -0400 (EDT) Received: by ywh39 with SMTP id 39so6212560ywh.21 for ; Mon, 26 Apr 2010 16:23:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mail-followup-to:mime-version:content-type :content-disposition:user-agent; bh=naRsC4InVaACLDqbcC68epivT/2HSczPXkG21F4E42U=; b=xm2sZ7d8zTz0Tb4rz+MXFwSjCm1ivAqLFg3xQDtDpJJTUhpfpZ1wHF+xrInHk8XuKn crx3UaiCgHtoK4/cvh4IPktVWsahRpvaR4Jg7CAnc0Hxlx8G+N2j0fekmvcjlsMbMglZ +EQhew+gei+ZVBOWc07BIHagKKPxPGsoHG3zM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; b=GSGNtLj4JYyf3QRGCKm9di2rfjFIOZ4wf/73qmOHXzbVwBwaUaoJpZNaNIkadjZnAA vGPM2GO56BogmwaWR3FnxuIVJZnneq4Mi89tjo0XIen5ql5GRMeRqhm0HAFeruFio99C fAHwC0WNwxWlmSc0kbgCJY48cqXsVLzJjd0OE= Received: by 10.150.114.2 with SMTP id m2mr4494303ybc.327.1272324223881; Mon, 26 Apr 2010 16:23:43 -0700 (PDT) Received: from linux1 (cpe-76-183-49-63.tx.res.rr.com [76.183.49.63]) by mx.google.com with ESMTPS id 23sm714094ywh.8.2010.04.26.16.23.41 (version=SSLv3 cipher=RC4-MD5); Mon, 26 Apr 2010 16:23:42 -0700 (PDT) Received: by linux1 (sSMTP sendmail emulation); Mon, 26 Apr 2010 18:23:40 -0500 Date: Mon, 26 Apr 2010 18:23:40 -0500 From: William Hubbs To: speakup mailing list Subject: direct mode support Message-ID: <20100426232340.GA1989@linux1> Mail-Followup-To: speakup mailing list MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2010 23:24:14 -0000 All, if you are using speakup from git, I just pushed a commit which adds direct mode support to all of the synthesizer drivers. The way it works is you will find a file /sys/accessibility/speakup/synth/direct which by default has a value of 0. If you set this to 1, speakup will do no text processing at all and will send text directly to the synthesizer. Once that is turned on, the way to control which punctuation is pronounced is by using the /sys/accessibility/speakup/synth/punct file. The other punctuation settings do not take affect in this mode. Let me know what you think. William