summaryrefslogtreecommitdiffstats
path: root/accessibility/espeak/README
diff options
context:
space:
mode:
author B. Watson2010-03-03 21:11:42 +0100
committer Erik Hanson2010-05-13 13:22:12 +0200
commitc3e85e72a79b3cddadd6b2d1ec5903ebc05d92a3 (patch)
tree5bd050f5162d6640a96a866faef4edf122d0b82d /accessibility/espeak/README
parent0d6047b53741075a9362f04f8a1137a9a3f26236 (diff)
downloadslackbuilds-c3e85e72a79b3cddadd6b2d1ec5903ebc05d92a3.tar.gz
accessibility/espeak: Added.
eSpeak is a compact open source software speech synthesizer for English and other languages. Thanks to B. Watson.
Diffstat (limited to 'accessibility/espeak/README')
-rw-r--r--accessibility/espeak/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/accessibility/espeak/README b/accessibility/espeak/README
new file mode 100644
index 0000000000..56692a0352
--- /dev/null
+++ b/accessibility/espeak/README
@@ -0,0 +1,16 @@
+eSpeak is a compact open source software speech synthesizer for English
+and other languages.
+
+eSpeak produces good quality English speech. It uses a different synthesis
+method from other open source text to speech (TTS) engines, and sounds
+quite different. It's perhaps not as natural or "smooth", but some 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.
+
+portaudio is optional but highly recommended: To actually produce
+audio output, this package requires portaudio V19 (available on
+slackbuilds.org). Without portaudio, espeak will only be able to render
+speech to a wav file (which may still be useful to you).
+
+To build without portaudio support, set WAVONLY=yes in the script's
+environment.