[Lunar-commits] <moonbase-other> espeak: resurrected

v4hn me at v4hn.de
Sun Jul 15 19:15:15 CEST 2012


commit 2b7f7374355f54dc0eb2829129b4d4060bd88e9e
Author: v4hn <me at v4hn.de>
Date: Sun, 15 Jul 2012 10:15:15 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/2b7f7374355f54dc0eb2829129b4d4060bd88e9e

espeak: resurrected
---
  audio/espeak/BUILD                                           +8/-0     
  audio/espeak/DEPENDS                                         +1/-0     
  audio/espeak/DETAILS                                         +16/-0    
  3 files changed, 25 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/audio/espeak/BUILD
@@ -0,0 +1,8 @@
+(
+
+  cd src &&
+  cp portaudio19.h portaudio.h &&
+
+  default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/audio/espeak/DEPENDS
@@ -0,0 +1 @@
+depends portaudio
--- /dev/null
+++ b/audio/espeak/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=espeak
+         VERSION=1.46.02-source
+          SOURCE=$MODULE-$VERSION.zip
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:221e04faeaab04973c4fa19680633f7385198459
+        WEB_SITE=http://espeak.sourceforge.net/
+         ENTERED=20111228
+         UPDATED=20120223
+           SHORT="software speech synthesizer"
+
+cat << EOF
+eSpeak uses a "formant synthesis" method. This allows many languages to be
+provided in a small size. The speech is clear, and can be used at high speeds,
+but is not as natural or smooth as larger synthesizers which are based on
+human speech recordings.
+EOF




More information about the Lunar-commits mailing list