tspivey / tdsr

A console screen reader for macOS and Linux
GNU General Public License v3.0
78 stars 18 forks source link

Implement emacspeak protocol for speech servers. #16

Open derekriemer opened 5 years ago

derekriemer commented 5 years ago

Emacspeak already has a very robust protocol for implementing speech servers. It would be great to implement this for tdsr. some reasons for doing this include:

  1. Ability to use the same synths for emacspeak and tdsr.
  2. Leveraging existing code for various platforms.
  3. Ease of writing new speech synths for both packages.