From owner-freebsd-questions Fri Nov 8 11:15:02 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA01843 for questions-outgoing; Fri, 8 Nov 1996 11:15:02 -0800 (PST) Received: from seagull.rtd.com (seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA01814 for ; Fri, 8 Nov 1996 11:14:55 -0800 (PST) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id MAA12966; Fri, 8 Nov 1996 12:14:36 -0700 (MST) From: Don Yuniskis Message-Id: <199611081914.MAA12966@seagull.rtd.com> Subject: Re: speech for the blind and freebsd. To: bill@twwells.com (T. William Wells) Date: Fri, 8 Nov 1996 12:14:35 -0700 (MST) Cc: freebsd-questions@freebsd.org In-Reply-To: from "T. William Wells" at Nov 8, 96 12:38:41 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > There is a program in the Ports collection called rsynth that > > does decent, but relatively slow, text to speech. As for > > interfacing it to the console driver to make a usable screen > > reader, that would be more difficult. > > Hm. > > script foo > tail -f foo | rsynth > > Probably not exactly what you'd do but the point is that kernel > modifications aren't needed *at all*. Pseudo terminals will do > the job quite nicely. Well, I suspect you *could* use pty's -- but it would require a much more sophisticated *user* interface. You need to be able to walk from word to word, line to line, spell, etc. It's not a trivial problem... --don