accessibleapps / accessible_output2

Output speech and braille using a variety of screen-reading solutions
MIT License
20 stars 18 forks source link

Linux: added Speech Dispatcher; lowered the priority of ESpeak #11

Closed soundmud closed 3 years ago

soundmud commented 3 years ago

Speech Dispatcher is easier to configure than ESpeak, for example to select a specific language.

Speech Dispatcher would previously prevent the program from closing unless close() is called before. This annoying (but not serious) issue is solved in speechd 1.10.2 : https://github.com/brailcom/speechd/issues/405