A speech server for Yasr and other screen readers to allow them to interface with Festival Lite text-to-speech engine.
Responsible Changed From-To: freebsd-ports-bugs->alepulver I'll take it.
alepulver 2008-02-16 17:22:05 UTC FreeBSD ports repository Modified files: accessibility Makefile Added files: accessibility/eflite Makefile distinfo pkg-descr pkg-plist accessibility/eflite/files es.conf.sample Log: 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 Revision Changes Path 1.18 +1 -0 ports/accessibility/Makefile 1.1 +62 -0 ports/accessibility/eflite/Makefile (new) 1.1 +3 -0 ports/accessibility/eflite/distinfo (new) 1.1 +7 -0 ports/accessibility/eflite/files/es.conf.sample (new) 1.1 +14 -0 ports/accessibility/eflite/pkg-descr (new) 1.1 +3 -0 ports/accessibility/eflite/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!