Subject: CVS commit: pkgsrc/audio/speech-dispatcher
From: Ryo ONODERA
Date: 2016-07-20 13:51:58
Message id: 20160720115158.83ED4FBB5@cvs.NetBSD.org

Log Message:
Import speech-dispatcher-0.8.4 as audio/speech-dispatcher.

Speech Dispatcher:

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 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.

Files:
RevisionActionfile
1.1addpkgsrc/audio/speech-dispatcher/DESCR
1.1addpkgsrc/audio/speech-dispatcher/Makefile
1.1addpkgsrc/audio/speech-dispatcher/PLIST
1.1addpkgsrc/audio/speech-dispatcher/buildlink3.mk
1.1addpkgsrc/audio/speech-dispatcher/distinfo
1.1addpkgsrc/audio/speech-dispatcher/patches/patch-config_Makefile.in
1.1addpkgsrc/audio/speech-dispatcher/patches/patch-config_clients_Makefile.in
1.1addpkgsrc/audio/speech-dispatcher/patches/patch-config_modules_Makefile.in