openbsd-ports/audio/speech-dispatcher/pkg/DESCR
ajacoutot c89acaf493 Import speech-dispatcher-0.7.1.
The Speech Dispatcher project provides a high-level device independent
layer for access to speech synthesis through a simple, stable and well
documented interface.
<...>

ok jasper@
2011-10-20 11:28:27 +00:00

18 lines
899 B
Plaintext

The Speech Dispatcher project provides a high-level device independent
layer for access to speech synthesis through a simple, stable and well
documented interface.
Key features:
o Common interface to different TTS engines.
o Handling concurrent synthesis requests - requests may come
assynchronously from multiple sources within an application and/or
from different applications.
o Subsequent serialization, resolution of conflicts and priorities
of incomming requests.
o Context switching - state is maintained for each client connection
independently, event for connections from within one application.
o High-level client interfaces for popular programming languages.
o Common sound output handling - audio playback is handled by Speech
Dispatcher rather than the TTS engine, since most engines have
limited sound output capabilities.