           SPELL=espeak
         VERSION=1.40.02
          SOURCE=espeak-${VERSION}-source.zip
   SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:7714d52cc98d91ae92718efcd3d72160e727afb0c8199dff9aa460723a1ebbf8c7b575c2cab82a035a20467e56e093caee8fa2ec423f006c46c927b2fb05b3f2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/espeak-${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
