From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta10.adelphia.net ([68.168.78.202]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1BM8Q4-0005wo-00 for ; Fri, 07 May 2004 12:41:52 -0400 Received: from [192.168.1.102] ([69.166.61.22]) by mta10.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040507164120.JZAN8065.mta10.adelphia.net@[192.168.1.102]> for ; Fri, 7 May 2004 12:41:20 -0400 Date: Fri, 7 May 2004 12:41:30 -0400 (EDT) From: Jacob Schmude X-X-Sender: jschmude@beavis.screwball To: "Speakup is a screen review system for Linux." In-Reply-To: <20040507154643.GE422@lnx3.holmesgrown.com> Message-ID: References: <20040506145902.GA1496@volny.cz> <20040506181219.GA27689@lnx3.holmesgrown.com> <20040506224433.GB1330@volny.cz> <20040507055741.GA29004@lnx3.holmesgrown.com> <20040507154643.GE422@lnx3.holmesgrown.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: Flite and different voices 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: Fri, 07 May 2004 16:41:52 -0000 Hi Well, actually... there is a very ugly way to get speech dispatcher to use the kal16 voice. It works, but is by no means anywhere near the best way to accomplish it. What you have to do is move the 8K voices out of the way, to somewhere that isn't in your linker path. Then, symlink all the 8K filenames to their 16K equivalents. Since they use the exact same functions and symbols, speech dispatcher doesn't know the difference, and you get the 16K voices. Again, this is a very ugly and ineligant way to do this, but if you're desperate for flite's 16K voices, it does work. HTH On Fri, 7 May 2004, Steve Holmes wrote: > Alas, after doing all that, I still get the shitty 8-bit voice! I've > run out of ideas at the moment.