You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
fourtysixandtwo 84041ee5a5 accessibility/eflite: Change i486 to i586 4 years ago
..
README accessibility/eflite: Wrap README at 72 columns. 4 years ago
eflite.SlackBuild accessibility/eflite: Change i486 to i586 3 years ago
eflite.info various: Update Name for Klaatu 12 years ago
slack-desc accessibility/eflite: Added (speech server) 13 years ago

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