From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from speech.braille.uwo.ca (speech.braille.uwo.ca [129.100.249.132]) by befuddled.reisers.ca (Postfix) with ESMTP id 63050CC3EF for ; Wed, 12 Dec 2012 01:24:23 -0500 (EST) Received: by speech.braille.uwo.ca (Postfix) id E2263C1A163; Wed, 12 Dec 2012 01:23:47 -0500 (EST) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by speech.braille.uwo.ca (Postfix) with ESMTP id B3CE6C1A12F for ; Wed, 12 Dec 2012 01:23:47 -0500 (EST) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TifjQ-0000o6-Gg for speakup@braille.uwo.ca; Wed, 12 Dec 2012 07:23:48 +0100 Received: from jdc.jasonjgw.net ([59.167.198.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Dec 2012 07:23:48 +0100 Received: from jason by jdc.jasonjgw.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Dec 2012 07:23:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: speakup@braille.uwo.ca From: Jason White Subject: Re: Are the days of hardware synths and speaking from boot numbered? Date: Wed, 12 Dec 2012 06:23:23 +0000 (UTC) Message-ID: References: <50C79DA4.8010605@gmail.com> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: jdc.jasonjgw.net X-Newsreader: trn 4.0-test77 (Sep 1, 2010) Originator: jason@jdc.jasonjgw.net (Jason White) X-BeenThere: speakup@linux-speakup.org 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: Wed, 12 Dec 2012 06:24:23 -0000 Arthur Pirika wrote: >I think the subject pretty much speaks for itself. With serial >synths, and especially serial ports getting harder to find, with the >only serials synths still being made new are the venerable doubletalks, >should work be ramped up on getting software speech, somehow at kernel >level? There are very cheap Linux-based machines available now, Raspberry Pi for example. You could buy one, install your speech synthesis software of choice on it, add a USB to serial adapter, write a small program to process incoming speech commands and text over the serial port and you thereby have your own "hardware" synthesizer. The price is probably less than what you would pay for a commercial product. You could even do it via Ethernet rather than a serial port, although in that case you would still need something on the client side that would start as early in the boot process as desired. Most (all?) server and workstation boards have serial ports built in, and there are USB to serial adapters available too, so I don't think serial ports should be a major issue.