Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
speech-dispatcher - To provide a high-level device independent layer for speech synthesis
- Description:
* Common interface to different TTS engines
* Handling concurrent synthesis requests – requests may come
asynchronously from multiple sources within an application
and/or from more different applications.
* Subsequent serialization, resolution of conflicts and
priorities of incoming 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.
Packages
speech-dispatcher-0.7.1-11.fc19.src
[1.1 MiB] |
Changelog
by Kalev Lember (2013-02-27):
- Rename the Python 2 package to python-speechd, for consistency with other
distros
- Backport Python 3 bindings from 0.8-beta1 and install them in python3-speechd
subpackage (#867958)
- Update the systemd scriptlets to the macroized versions
|