Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (08fa57cb5b1f09feca9aa3b3b6c5dba8e6f54614)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (08fa57cb5b1f09feca9aa3b3b6c5dba8e6f54614)
  • Date: Wed, 6 Sep 2006 13:56:01 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 4 ++++
audio-creation/espeak/BUILD | 5 +++++
audio-creation/espeak/DEPENDS | 2 ++
audio-creation/espeak/DETAILS | 34 ++++++++++++++++++++++++++++++++++
audio-creation/espeak/HISTORY | 2 ++
audio-creation/espeak/INSTALL | 3 +++
6 files changed, 50 insertions(+)

New commits:
commit cb52e69d0de8e510f846ae8e7ec9faa4c82c43fb
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-creation/espeak: new spell, a software speech synthesizer for
English and other languages

diff --git a/ChangeLog b/ChangeLog
index 6166caa..39b53cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-06 Pol Vinogradov <vin.public AT gmail.com>
+ * audio-creation/espeak: new spell, a software speech synthesizer for
+ English and other languages
+
2006-09-05 Anton Brondz <dinolinux AT sourcemage.org>
* audio-players/akode: new spell, audio-decoder/player

diff --git a/audio-creation/espeak/BUILD b/audio-creation/espeak/BUILD
new file mode 100755
index 0000000..ffe3440
--- /dev/null
+++ b/audio-creation/espeak/BUILD
@@ -0,0 +1,5 @@
+cd src &&
+sedit "s: -O2::" Makefile &&
+sedit "s:-lportaudio:-lportaudio ${LDFLAGS}:" Makefile &&
+sedit "s:/usr:${INSTALL_ROOT}/usr:g" speak.cpp &&
+make
diff --git a/audio-creation/espeak/DEPENDS b/audio-creation/espeak/DEPENDS
new file mode 100755
index 0000000..7e77dca
--- /dev/null
+++ b/audio-creation/espeak/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+depends portaudio
diff --git a/audio-creation/espeak/DETAILS b/audio-creation/espeak/DETAILS
new file mode 100755
index 0000000..90c53f5
--- /dev/null
+++ b/audio-creation/espeak/DETAILS
@@ -0,0 +1,34 @@
+ SPELL=espeak
+ VERSION=1.13
+ SOURCE=speak-${VERSION}-source.zip
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:1c42a179846f7e51838923c5c06a27174ab84b4bc5fe03a351892937c5fdd8eb01f4be7d9138d4aecc4bd837ea1da3df5f668c7da0888102a6fef23f2d01549b
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/speak-${VERSION}-source
+ WEB_SITE=http://espeak.sourceforge.net/
+ LICENSE[0]=GPL
+ DOCS="ReadMe ChangeLog ${DOCS}"
+ ENTERED=20060906
+ KEYWORDS="editors audio"
+ SHORT="eSpeak is a software speech synthesizer for English and
other languages."
+cat << EOF
+eSpeak is a software speech synthesizer for English and other languages.
+eSpeak produces good quality English speech. It uses a different synthesis
+method from other open source TTS engines, and sounds quite different. It's
+perhaps not as natural or "smooth", but I find the articulation clearer and
+easier to listen to for long periods. It can run as a command line program
to
+speak text from a file or from stdin. A library version is also available.
+
+Features:
+* Includes different Voices, whose characteristics can be altered.
+* Can produce speech output as a WAV file.
+* SSML (Speech Synthesis Markup Language) is supported (not complete), and
also
+HTML.
+* Compact size. The program and its data, including several languages, totals
+about 420 kbytes.
+* Can translate text to phoneme codes, so it could be adapted as a front end
+for another speech synthesis engine.
+* Potential for other languages. Several are included in varying stages of
+progress. Help from native speakers for these or other languages is welcomed.
+* Development tools available for producing and tuning phoneme data.
+* Written in C++.
+EOF
diff --git a/audio-creation/espeak/HISTORY b/audio-creation/espeak/HISTORY
new file mode 100644
index 0000000..de3e8a7
--- /dev/null
+++ b/audio-creation/espeak/HISTORY
@@ -0,0 +1,2 @@
+2006-09-06 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DETAILS, DEPENDS, INSTALL: created spell
diff --git a/audio-creation/espeak/INSTALL b/audio-creation/espeak/INSTALL
new file mode 100755
index 0000000..4289475
--- /dev/null
+++ b/audio-creation/espeak/INSTALL
@@ -0,0 +1,3 @@
+cd ${SOURCE_DIRECTORY} &&
+install src/speak ${INSTALL_ROOT}/usr/bin &&
+cp -R ${SPELL}-data ${INSTALL_ROOT}/usr/share



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (08fa57cb5b1f09feca9aa3b3b6c5dba8e6f54614), Pol Vinogradov, 09/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page