From owner-freebsd-questions@FreeBSD.ORG Thu Feb 9 05:03:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9CEF16A420 for ; Thu, 9 Feb 2006 05:03:41 +0000 (GMT) (envelope-from rlrevell@joe-job.com) Received: from mustang.oldcity.dca.net (mustang.oldcity.dca.net [216.158.38.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 3227643D4C for ; Thu, 9 Feb 2006 05:03:40 +0000 (GMT) (envelope-from rlrevell@joe-job.com) Received: (qmail 29513 invoked from network); 9 Feb 2006 05:03:40 -0000 Received: from unknown (HELO ?192.168.1.46?) (141.151.70.129) by mustang with SMTP; 9 Feb 2006 05:03:40 -0000 From: Lee Revell To: bastill@adam.com.au, Ubuntu Help and User Discussions In-Reply-To: <200602091432.44622.bastill@adam.com.au> References: <200602091432.44622.bastill@adam.com.au> Content-Type: text/plain Date: Thu, 09 Feb 2006 00:03:38 -0500 Message-Id: <1139461418.30058.22.camel@mindpipe> Mime-Version: 1.0 X-Mailer: Evolution 2.5.90 Content-Transfer-Encoding: 7bit Cc: freebsd-questions , linuxsa@linuxsa.org.au Subject: Re: Protecting Windows X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 05:03:41 -0000 On Thu, 2006-02-09 at 14:32 +1030, Brian Astill wrote: > Greetings, all. > Can anyone help with this issue? > > Person with deteriorating vision has discovered Dragon > Naturally Speaking which not only allows the construction of text > from speech but can also speak from received text. ie letter writing > and email conversing etc become possible for the visually impaired. AIUI many of these apps actually hook into the video driver, so they can see exactly what is being output to the screen regardless of the API used. Extremely clever but very difficult to port, and I would not be surprised if it won't work with VMWare either. Lee