From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.123]) by speech.braille.uwo.ca (Postfix) with ESMTP id 5438F10A78 for ; Sat, 18 Apr 2009 14:05:30 -0400 (EDT) Received: from linux1.localdomain ([66.25.35.110]) by cdptpa-omta03.mail.rr.com with ESMTP id <20090418180529828.YSWR20920.cdptpa-omta03.mail.rr.com> for ; Sat, 18 Apr 2009 18:05:29 +0000 Received: by linux1.localdomain (Postfix, from userid 1000) id 5361F43C03; Sat, 18 Apr 2009 13:05:29 -0500 (CDT) Date: Sat, 18 Apr 2009 13:05:29 -0500 From: William Hubbs To: speakup@braille.uwo.ca Subject: Re: Espeakup and other language than english Message-ID: <20090418180529.GA15402@linux1> Mail-Followup-To: speakup@braille.uwo.ca References: <49EB1CB6.6000404@dziwisz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49EB1CB6.6000404@dziwisz.net> User-Agent: Mutt/1.5.16 (2007-06-09) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 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: Sat, 18 Apr 2009 18:05:30 -0000 Hello, On Sun, Apr 19, 2009 at 02:44:38PM +0200, Micha? Dziwisz wrote: > I installed the GRML distribution with build in Espeak and Espeakup. All is > ok, but how how can I switch Espeak to my native language whih is polish? I > tried modify speechd.conf file by unhashing and seting the DefaultLanguage > value to a "pl", without results. Which version of espeakup does grml have installed? If it is older than 0.60 there is no way to set the default voice. If it is newer, you have to do two things: First, as root, type this command: echo 1 >/sys/module/speakup/parameters/direct Then some how pass --default-voice=pl on the command line that starts espeakup. Let me know if you need any more assistance with this. Thanks, William