IntroductioneSpeak is a software speech synthesizer for English, and potentially other languages.
Details
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.
It works well as a "Talker" with the KDE text to speech system (KTTS), as an alternative to Festival for example. As such, it can speak text which has been selected into the clipboard, or directly from the Konquerer browser or the Kate editor.
* Includes different Voices, whose characteristics can be altered.
* Can produce speech output as a WAV file.
* Can translate text to phoneme codes, so it could be adapted as a front end for another speech synthesis engine.
* Potential for other languages. Rudimentary (and probably humourous) attempts at German and Esperanto are included.
* Compact size. The program and its data total about 350 kbytes.
* Written in C++.
speak was originally written for the Acorn/RISC_OS computers starting in 1995. This version is an update and re-write, including a relaxation of the original memory and processing power constraints, and some provision to add additional languages if anyone is interested in doing so.
The project name speak had already been taken on SourceForge (for a Windows TTS front-end) so I added a letter 'e' to the front to make eSpeak. For now, the program executable remains speak and is referred to as such in the documentation.
|