diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-02-17 01:22:05 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-02-17 01:22:05 +0800 |
commit | ba528fa8ccf8a758bfd916a5f486921ce76ac8a8 (patch) | |
tree | 49a213843becf97ec5cfbc779953d2d3bc58efae /accessibility/Makefile | |
parent | 8cb74424368285995ee66463092cce1fae489be7 (diff) | |
download | freebsd-ports-gnome-ba528fa8ccf8a758bfd916a5f486921ce76ac8a8.tar.gz freebsd-ports-gnome-ba528fa8ccf8a758bfd916a5f486921ce76ac8a8.tar.zst freebsd-ports-gnome-ba528fa8ccf8a758bfd916a5f486921ce76ac8a8.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
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 |