From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gscodenh01.cr.usgs.gov ([136.177.7.10]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1Ct9na-0005ua-00 for ; Mon, 24 Jan 2005 14:22:54 -0500 Received: from PUNK ([130.118.172.119]) by gscodenh01.cr.usgs.gov (Lotus Domino Release 6.5.2) with SMTP id 2005012412220654-444 ; Mon, 24 Jan 2005 12:22:06 -0700 Message-ID: <029301c50249$fe1033b0$77ac7682@azwaterDOM.wr.usgs.gov> From: "Sean McMahon" To: "Speakup is a screen review system for Linux." References: <20050124161126.GA14131@blackbox> Date: Mon, 24 Jan 2005 12:22:05 -0700 MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-MIMETrack: Itemize by SMTP Server on gscodenh01/SERVER/USGS/DOI(Release 6.5.2|June 01, 2004) at 01/24/2005 12:22:06, Serialize by Router on gscodenh01/SERVER/USGS/DOI(Release 6.5.2|June 01, 2004) at 01/24/2005 12:22:54, Serialize complete at 01/24/2005 12:22:54 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" Subject: Re: software speech with speakup in Debian X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sean McMahon , "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, 24 Jan 2005 19:23:00 -0000 A few questions on that, did you have a problem in the main function of sppeechd-up.c when compiling it from cvs and if so how did you get around it? Are the 4 and 5 necessary in the init script if you don't use x-windows? Do you need the festivel related speech package if you wish to use flite? thanks Sean ----- Original Message ----- From: "Kenny Hitt" To: Sent: Monday, January 24, 2005 9:11 AM Subject: software speech with speakup in Debian > Hi. I've been using software speech on my Debian boxes for a while and > I thought I would post some info on how I did it. > I use Debian packages for speech-dispatcher. I built speechd_up from > CVS. To install speech-dispatcher type: > > apt-get install speech-dispatcher speech-dispatcher-festival > > To build speechd_up, you will also need Debian's libspeechd-dev package. > > apt-get install libspeechd-dev > > After you build and install everything, put the attached script in > /etc/init.d and type: > > > update-rc.d speechd_up start 21 2 3 4 5 . stop 21 0 1 6 . > > This will create the links to start speechd_up after speech-dispatcher. > > I build speakup as modules. I add the line > > speakup_sftsyn > > to /etc/modules to load the soft synth module. > > I don't know much about bash programming, so good luck using it. > Kenny > > -------------------------------------------------------------------------------- > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >