summaryrefslogblamecommitdiffstats
path: root/accessibility/eflite/README
blob: 497c1e9247c03cae9d557bb2d020dea7f5510766 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                     


                                                        



                                                             
                                                          


                                                 
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