README 517 B

123456789101112131415161718192021
  1. eflite is a speech server for Emacspeak and other screen readers that
  2. allow them to interface with Flite.
  3. NOTE:
  4. If you are using flite and eflite to interface with emacspeak, then
  5. you will also have to set some environment variables:
  6. As user:
  7. echo 'DTK_PROGRAM=/usr/bin/eflite; export DTK_PROGRAM' \
  8. >> ~/.bash_profile
  9. For a completely vision-free system, you may add these steps:
  10. As root:
  11. echo 'exec flite -t "please log in"' >> /etc/rc.d/rc.local
  12. As user:
  13. echo 'exec /usr/bin/emacspeak' >> ~/.bash_profile