Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (e6dba665a74fe0ce6b1c668b9255204406bb7ef6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (e6dba665a74fe0ce6b1c668b9255204406bb7ef6)
  • Date: Sun, 22 Jun 2008 19:11:45 -0500

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

ChangeLog | 4 ++++
audio-soft/speech-dispatcher/DEPENDS | 6 ++++++
audio-soft/speech-dispatcher/DETAILS | 35
+++++++++++++++++++++++++++++++++++
audio-soft/speech-dispatcher/HISTORY | 2 ++
4 files changed, 47 insertions(+)

New commits:
commit e6dba665a74fe0ce6b1c668b9255204406bb7ef6
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

audio-soft/speech-dispatcher: new spell, common interface to speech
synthesis

diff --git a/ChangeLog b/ChangeLog
index edd0063..b0e1e4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-23 Alexander Tsamutali <astsmtl AT gmail.com>
+ * audio-soft/speech-dispatcher: new spell, common interface to speech
+ synthesis
+
2008-06-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* graphics/qtpfsgui: new spell, a tool for creating HDR images

diff --git a/audio-soft/speech-dispatcher/DEPENDS
b/audio-soft/speech-dispatcher/DEPENDS
new file mode 100755
index 0000000..07d1469
--- /dev/null
+++ b/audio-soft/speech-dispatcher/DEPENDS
@@ -0,0 +1,6 @@
+depends glib2 &&
+depends dotconf &&
+optional_depends alsa-lib "--with-alsa" "--without-alsa" "" &&
+optional_depends pulseaudio "--with-pulse" "--without-pulse" "" &&
+optional_depends flite "--with-flite" "--without-flite" "" &&
+optional_depends espeak "--with-espeak" "--without-espeak" ""
diff --git a/audio-soft/speech-dispatcher/DETAILS
b/audio-soft/speech-dispatcher/DETAILS
new file mode 100755
index 0000000..0eb1ddc
--- /dev/null
+++ b/audio-soft/speech-dispatcher/DETAILS
@@ -0,0 +1,35 @@
+ SPELL=speech-dispatcher
+ VERSION=0.6.6
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.freebsoft.org/pub/projects/speechd/$SOURCE
+
SOURCE_HASH=sha512:ce3a14b4765960a9cb2392a959635016c38ee73eb347c4e828f73f62ad81d7f0491afc006d634765c4650241bc598de7cc14537e3ad4f1cd82854e8be907cbca
+ WEB_SITE=http://www.freebsoft.org/speechd/
+ ENTERED=20080623
+ LICENSE[0]=GPL
+ SHORT="common interface to speech synthesis"
+cat << EOF
+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.
+EOF
diff --git a/audio-soft/speech-dispatcher/HISTORY
b/audio-soft/speech-dispatcher/HISTORY
new file mode 100644
index 0000000..05150f7
--- /dev/null
+++ b/audio-soft/speech-dispatcher/HISTORY
@@ -0,0 +1,2 @@
+2008-06-23 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, HISTORY: Created



  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (e6dba665a74fe0ce6b1c668b9255204406bb7ef6), Alexander Tsamutali, 06/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page