A high-level device independent layer for speech synthesis https://github.com/brailcom/speechd
Go to file
2024-01-05 18:03:03 +01:00
README.md fix pkgconfig file to add includes path as required by chromium >= 26 [release 0.8-2mamba;Mon Apr 01 2013] 2024-01-05 18:03:02 +01:00
speech-dispatcher-0.7.1-alsa_set_default.patch fix pkgconfig file to add includes path as required by chromium >= 26 [release 0.8-2mamba;Mon Apr 01 2013] 2024-01-05 18:03:02 +01:00
speech-dispatcher-0.8-enable_espeak_mbrola.patch fix pkgconfig file to add includes path as required by chromium >= 26 [release 0.8-2mamba;Mon Apr 01 2013] 2024-01-05 18:03:02 +01:00
speech-dispatcher-0.8-pkgconfig-add-includedir.patch fix pkgconfig file to add includes path as required by chromium >= 26 [release 0.8-2mamba;Mon Apr 01 2013] 2024-01-05 18:03:02 +01:00
speech-dispatcher.init fix pkgconfig file to add includes path as required by chromium >= 26 [release 0.8-2mamba;Mon Apr 01 2013] 2024-01-05 18:03:02 +01:00
speech-dispatcher.spec rebuilt with espeak-ng-support [release 0.9.1-3mamba;Mon Nov 04 2019] 2024-01-05 18:03:03 +01:00

speech-dispatcher

The goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface. Key features:

  • Common interface to different TTS engines
  • Handling concurrent synthesis requests requests may come assynchronously from multiple sources within an application and/or from more different applications
  • Subsequent serialization, resolution of conflicts and priorities of incomming requests
  • Context switching state is maintained for each client connection independently, event for connections from within one application
  • High-level client interfaces for popular programming languages
  • Common sound output handling audio playback is handled by Speech Dispatcher rather than the TTS engine, since most engines have limited sound output capabilities

What is a very high level GUI library to graphics, Speech Dispatcher is to speech synthesis. The application neither needs to talk to the devices directly nor to handle concurrent access, sound output and other tricky aspects of the speech subsystem.