slackbuilds/accessibility/eflite
Willy Sudiarto Raharjo 2fcf9e5462 various: Update Name for Klaatu
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2013-11-25 00:58:43 +07:00
..
README accessibility/eflite: Added (speech server) 2013-04-26 07:09:16 -03:00
eflite.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
eflite.info various: Update Name for Klaatu 2013-11-25 00:58:43 +07:00
slack-desc accessibility/eflite: Added (speech server) 2013-04-26 07:09:16 -03:00

README

eflite is a speech server for Emacspeak and other screen readers that
allow them to interface with Flite.

NOTE:

If you are using flite and eflite to interface with emacspeak, then
you will also have to set some environment variables:

As user:
echo 'DTK_PROGRAM=/usr/local/bin/eflite; export DTK_PROGRAM' >> ~/.bash_profile

For a completely vision-free system, you may add these steps:

As root:
echo 'exec /usr/local/bin/flite -t "please log in"' >> /etc/rc.d/rc.local

As user:
echo 'exec /usr/bin/emacspeak' >> ~/.bash_profile