From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cpe-24-221-98-238.az.sprintbbd.net ([24.221.98.238] helo=lnx1.holmesgrown.com ident=steve) by speech.braille.uwo.ca with esmtp (Exim 3.32 #1 (Debian)) id 15qFGe-0001nZ-00 for ; Sun, 07 Oct 2001 10:51:00 -0400 Received: from localhost (steve@localhost) by lnx1.holmesgrown.com (8.9.3/8.9.3) with ESMTP id HAA25246 for ; Sun, 7 Oct 2001 07:51:04 -0700 Date: Sun, 7 Oct 2001 07:51:03 -0700 (MST) From: Steve Holmes To: Subject: Speakup Configurator Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: After sending sp-config to the list yesterday, I learned from a couple DoubleTalk users that the tone and pitch parameters are apparently different from how they work with the Speakout, my box of choice. The program simply sends the parms to /proc/speakup/ like rate goes to /proc/speakup/rate. I gues what I need next are two things: - The various allowed parms for each synthesiser supported by Speakup. - A good solid method of detecting what synth is currently being used. I guess the second could be resolved in the short term by capturing the name on the command line using the speakup-defined synthesiser names. Since I don't own any of the other synth's, I'll have to colect this info from you all; gee, this might repeat what other speakup developers have done already:). Once I have the synthesiser identified, I could go and add the additional parms supported by that box as long as /proc/speakup files are available. Thanks for the help.