B. Watson 2f6b4c94ea accessibility/eflite: Wrap README at 72 columns. 2 yıl önce
..
README 2f6b4c94ea accessibility/eflite: Wrap README at 72 columns. 2 yıl önce
eflite.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 yıl önce
eflite.info 2fcf9e5462 various: Update Name for Klaatu 10 yıl önce
slack-desc 721eb4e796 accessibility/eflite: Added (speech server) 11 yıl önce

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/bin/eflite; export DTK_PROGRAM' \
>> ~/.bash_profile

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

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

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