diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-02-16 17:22:05 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-02-16 17:22:05 +0000 |
commit | eb384d41a1ba18d2579bc52776f2420aa6cb76f5 (patch) | |
tree | 24fe006d1d4051c6b1f6964b268b749c1c6684cf /accessibility/Makefile | |
parent | 2f014352ef1321b3bf5ecbd6be93eb5545633a83 (diff) | |
download | ports-eb384d41a1ba18d2579bc52776f2420aa6cb76f5.tar.gz ports-eb384d41a1ba18d2579bc52776f2420aa6cb76f5.zip |
EFlite is a speech server for Emacspeak and other screen readers that allows
them to interface with Festival Lite, a free text-to-speech engine developed at
the CMU Speech Center as an off-shoot of Festival. EFlite is still in beta,
but I have been using it successfully with Yasr to get speech on my notebook
under Linux without having to lug my Speak-out around. It uses Festival Lite's
code to interface with the sound driver and, therefore, should work with some
versions of ALSA, but I have only tested it with the OSS sound drivers so far.
Michael P. Gorse
mgorse@alum.wpi.edu
mgorse@users.sf.net
WWW: http://eflite.sourceforge.net/
Ported by David K. Gerry <David.K.Gerry@GMail.com>
PR: ports/119790
Submitted by: David K. Gerry
Notes
Notes:
svn path=/head/; revision=207357
Diffstat (limited to 'accessibility/Makefile')
-rw-r--r-- | accessibility/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile index af6030e5312b..94358490f817 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -10,6 +10,7 @@ SUBDIR += atk SUBDIR += atk-reference SUBDIR += dasher + SUBDIR += eflite SUBDIR += gail SUBDIR += gail-reference SUBDIR += gnome-mag |