From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f42.google.com (mail-oa0-f42.google.com [209.85.219.42]) by speech.braille.uwo.ca (Postfix) with ESMTP id 3FD63C1A06A for ; Sun, 16 Sep 2012 15:34:58 -0400 (EDT) Received: by oagh2 with SMTP id h2so4497458oag.29 for ; Sun, 16 Sep 2012 12:34:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:subject:date:mime-version:content-type :x-priority:x-msmail-priority:x-mailer:x-mimeole; bh=wHsVk26xdfNKSnnsncdv1mB2raGEG8pVLS+sM6mejnE=; b=Wz+0QplyRpsEu7B74xWZYXD/8iVsiA/RnSt2pZ2VbxhZ2wGe4kQi2UZm0yLPWMHaxZ 4lTNhDYSim1XHsv0OU0WWjM7SmKDrkxwPBKP5DACB7HUHEQzJeAKJB6qdlwQM3Q+wCo/ FgYnEv4sLN7buNHXUrcAmkvYPC0R4t1G2P30fO+VXQQOw4jfHOdnhLef6R5CVL+tJEMs cxYYmEjTyMdh0rWZjbbstfODL+jYXZd+OBkmcl5pNvza8uxiBn8F6xBhM6KzADWVSaYn ntahsokdo9uhq1HVIEV9rgRZzUqNW7wSJQoWtStYHEL7BOB5lAgtRc7GQZFqCdyMSpqo yJYQ== Received: by 10.182.47.66 with SMTP id b2mr9641676obn.34.1347824097673; Sun, 16 Sep 2012 12:34:57 -0700 (PDT) Received: from fred (host-44-193-169-209.midco.net. [209.169.193.44]) by mx.google.com with ESMTPS id d6sm8375861obx.15.2012.09.16.12.34.55 (version=SSLv3 cipher=OTHER); Sun, 16 Sep 2012 12:34:56 -0700 (PDT) Message-ID: <0F26BA2279E84D5690C2A55D86AC9468@fred> From: "Rob Hudson" To: "Speakup is a screen review system for Linux." Subject: speech-dispatcher problem Date: Sun, 16 Sep 2012 14:34:55 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5843 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.15 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: Sun, 16 Sep 2012 19:34:58 -0000 I'm trying to get speakup working with speech-dispatcehr and voxin. = However it won't connect and, in speechd.log, I see this: I am running speech-dispatcher 0.7.1 and Debian Squeeze, with = Voxin-0.42. >>From /var/log/speech-dispatcher/speech-dispatcehr.log [Sat Sep 15 04:14:50 2012 : 525783] speechd: Speech Dispatcher Logging = to file /var/log/speech-dispatcher//speech-dispatcher.log [Sat Sep 15 04:14:50 2012 : 525903] speechd: Initializing output module ibmtts with binary /usr/lib/speech-dispatcher-modules/sd_ibmtts and configuration /etc/speech-dispatcher/modules//ibmtts.conf [Sat Sep 15 04:14:50 2012 : 525916] speechd: Output module is logging to file /var/log/speech-dispatcher//ibmtts.log [Sat Sep 15 04:14:50 2012 : 526228] speechd: Module ibmtts loaded. [Sat Sep 15 04:14:50 2012 : 526393] speechd: ERROR: Bad syntax from = output module ibmtts 1 [Sat Sep 15 04:14:50 2012 : 526466] speechd: Initializing output module dummy with binary /usr/lib/speech-dispatcher-modules/sd_dummy and configuration (null) [Sat Sep 15 04:14:50 2012 : 526480] speechd: Output module is logging to file /var/log/speech-dispatcher//dummy.log [Sat Sep 15 04:14:50 2012 : 526744] speechd: Module dummy loaded. [Sat Sep 15 04:14:50 2012 : 531115] speechd: LINE here:|304 CANT LIST VOICES| [Sat Sep 15 04:14:50 2012 : 531140] speechd: Module dummy started sucessfully with message: --------------- Everything ok so far. --------------- [Sat Sep 15 04:14:50 2012 : 531408] speechd: Configuration has been read from "/etc/speech-dispatcher/speechd.conf" [Sat Sep 15 04:14:50 2012 : 531436] speechd: Speech Dispatcher Logging = to file /var/log/speech-dispatcher//speech-dispatcher.log [Sat Sep 15 04:14:50 2012 : 531458] speechd: Speech Dispatcher will use local unix socket: /var/run/speech-dispatcher/.speech-dispatcher/speechd.sock [Sat Sep 15 04:14:50 2012 : 533528] speechd: Speech Dispatcher started = and waiting for clients ... Any idea what's happening here? I also noticed that, using the say tool = in voxin's source tree, I have to do aoss ./say in order for the "hello = world" message to be spoken. Could this be the problem?