From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mxsf08.cluster1.charter.net ([209.225.28.208]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1BIzie-0003QW-00; Wed, 28 Apr 2004 20:48:04 -0400 Received: from [192.168.0.2] (ip-24-197-139-249.spa.sc.charter.com [24.197.139.249]) by mxsf08.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id i3T0dEMj000524; Wed, 28 Apr 2004 20:39:19 -0400 (EDT) Date: Wed, 28 Apr 2004 20:39:12 -0400 (EDT) From: ameer armaly X-X-Sender: ameer@debian To: "Speakup is a screen review system for Linux." In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Speakup Distribution List Subject: Re: Missing something important X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.4 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: Thu, 29 Apr 2004 00:48:05 -0000 Hey chuck Speechd.conf should be in /etc/speech-dispatcher, if not, /usr/local/etc/speech-dispatcher/speechd.conf. As to putting things together, here's a script to do it all. This simply requires that you have sftsyn installed; module or builtin doesn't matter. #!/bin/sh #software speech script #start speech dispatcher speech-dispatcher #load speakup softsynth module: #this requires that we first change to no synth in some cases, so we may as well to be safe. echo none >/proc/speakup/synth_name echo sftsyn >/proc/speakup/synth_name #start speechd_up speechd_up this should at least give you an idea of how things are structured; it's a bit complex at first (i was planning to leave it until the summer), but once you get it working it works like a charm. On Wed, 28 Apr 2004, Chuck Hallenbeck wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I think I am missing something concerning this soft speech stuff. > What I am missing is something to read! I have everything > installed and tested, but need to be pointed to a basic > orientation to how to put the pieces together. > > For instance: I guess I need to recompile my kernel with > everything connected with speakup set as modules, right? At the > moment I have speakup_ltlk and speakup_sftsyn compiled into the > kernel, but that evidently will never do for being able to switch > from one to the other. Where is there something to read about > that? > > For another thing, Jacob and Steven are talking about a > configuration file called speechd.conf, the first I have heard of > it! I can't find any such file on my system. Where should I look, > and more importantly, what can I read? It is not mentioned in any > of the docs I have read, and none of these software pieces seems > to have any man pages. > > Is there a write-up on software speech with speakup? I am > suffering from a "having come to the table after the meal has > begun" syndrome. > > Chuck > > > - -- > The Moon is Waxing Gibbous (62% of Full) > My home page is now at http://www.mhcable.com/~chuckh > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iQCVAwUBQJBAGjVdG8M9x9tGAQI8CwQApnaz5aV667NSNMpUIHgKPbV10LmVgU21 > sUaUDxlr88YoAOiF74MFST3dFkmur/ms6wNduZW6zr8+KyjsuoRc4sWKtlBqXC7E > ebiS6bAOAJM0h/nC3dutG34TDQ2B4/WTovVXUP5dXR3nAjKB/I3VoBLbehZAWiY9 > VGcBRByRq5g= > =hvSG > -----END PGP SIGNATURE----- > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >