From Wikipedia, the free encyclopedia
Compact, open-source, software speech synthesizer
![]() | |
Original author(s) | Jonathan Duddington |
---|---|
Developer(s) | Alexander Epaneshnikov et al. |
Initial release | February 2006; 19 years ago (2006-02) |
Stable release | 1.51[1]Â |
Repository | github |
Written in | C |
Operating system | Linux Windows macOS FreeBSD |
Type | Speech synthesizer |
License | GPLv3 |
Website | github |
eSpeak is a free and open-source, cross-platform, compact, software speech synthesizer. It uses a formant synthesis method, providing many languages in a relatively small file size. eSpeakNG (Next Generation) is a continuation of the original developerâs project with more feedback from native speakers.
Because of its small size and many languages, eSpeakNG is included in NVDA1 open source screen reader for Windows, as well as Android,2 Ubuntu3 and other Linux distributions. Its predecessor eSpeak was recommended by Microsoft in 20164 and was used by Google Translate for 27 languages in 2010;5 17 of these were subsequently replaced by proprietary voices.6
The quality of the language voices varies greatly. In eSpeakNGâs predecessor eSpeak, the initial versions of some languages were based on information found on Wikipedia.7 Some languages have had more work or feedback from native speakers than others. Most of the people who have helped to improve the various languages are blind users of text-to-speech.
In 1995, Jonathan Duddington released the Speak speech synthesizer for RISC OS computers supporting British English.8 On 17 February 2006, Speak 1.05 was released under the GPLv2 license, initially for Linux, with a Windows SAPI 5 version added in January 2007.9 Development on Speak continued until version 1.14, when it was renamed to eSpeak.
Development of eSpeak continued from 1.16 (there was not a 1.15 release)9 with the addition of an eSpeakEdit program for editing and building the eSpeak voice data. These were only available as separate source and binary downloads up to eSpeak 1.24. The 1.24.02 version of eSpeak was the first version of eSpeak to be version controlled using subversion,10 with separate source and binary downloads made available on SourceForge.9 From eSpeak 1.27, eSpeak was updated to use the GPLv3 license.10 The last official eSpeak release was 1.48.04 for Windows and Linux, 1.47.06 for RISC OS and 1.45.04 for macOS.11 The last development release of eSpeak was 1.48.15 on 16 April 2015.12
eSpeak uses the Usenet scheme to represent phonemes with ASCII characters.13
On 25 June 2010,14 Reece Dunn started a fork of eSpeak on GitHub using the 1.43.46 release. This started off as an effort to make it easier to build eSpeak on Linux and other POSIX platforms.
On 4 October 2015 (6 months after the 1.48.15 release of eSpeak), this fork started diverging more significantly from the original eSpeak.1516
On 8 December 2015, there were discussions on the eSpeak mailing list about the lack of activity from Jonathan Duddington over the previous 8 months from the last eSpeak development release. This evolved into discussions of continuing development of eSpeak in Jonathanâs absence.1718 The result of this was the creation of the espeak-ng (Next Generation) fork, using the GitHub version of eSpeak as the basis for future development.
On 11 December 2015, the espeak-ng fork was started.19 The first release of espeak-ng was 1.49.0 on 10 September 2016,20 containing significant code cleanup, bug fixes, and language updates.
eSpeakNG can be used as a command-line program, or as a shared library.
It supports Speech Synthesis Markup Language (SSML).
Language voices are identified by the languageâs ISO 639-1 code. They can be modified by âvoice variantsâ. These are text files which can change characteristics such as pitch range, add effects such as echo, whisper and croaky voice, or make systematic adjustments to formant frequencies to change the sound of the voice. For example, âafâ is the Afrikaans voice. âaf+f2â is the Afrikaans voice modified with the âf2â voice variant which changes the formants and the pitch range to give a female sound.
eSpeakNG uses an ASCII representation of phoneme names which is loosely based on the Usenet system.
Phonetic representations can be included within text input by including them within double square-brackets. For example: espeak-ng -v en âHello w3:ldâ will say Hello worldâ in English.
Duration: 7 seconds.ESpeakNG intro by eSpeakNG in English
eSpeakNG can be used as text-to-speech translator in different ways, depending on which text-to-speech translation step user want to use.
1. step â text to phoneme translation
There are many languages (notably English) which do not have straightforward one-to-one rules between writing and pronunciation; therefore, the first step in text-to-speech generation has to be text-to-phoneme translation.
- input text is translated into pronunciation phonemes (e.g. input text xerox is translated into zi@r0ks for pronunciation).
- pronunciation phonemes are synthesized into sound e.g., zi@r0ks is voiced as zi@r0ks in monotone wayâ
To add intonation for speech i.e. prosody data are necessary (e.g. stress of syllable, falling or rising pitch of basic frequency, pause, etc.) and other information, which allows to synthesize more human, non-monotonous speech. E.g. in eSpeakNG format stressed syllable is added using apostrophe: zâi@r0ks which provides more natural speech: zâi@r0ks with intonationâ
For comparison two samples with and without prosody data:
- DIs Iz m0noUntoUn spi:tS is spelled in monotone wayâ
- DIs Iz âInt@n,eItI2d spâi:tS is spelled intonated wayâ
If eSpeakNG is used for generation of prosody data only, then prosody data can be used as input for MBROLA diphone voices.
2. step â sound synthesis from prosody data
The eSpeakNG provides two different types of formant speech synthesis using its two different approaches. With its own eSpeakNG synthesizer and a Klatt synthesizer:21
- The eSpeakNG synthesizer creates voiced speech sounds such as vowels and sonorant consonants by additive synthesis adding together sine waves to make the total sound. Unvoiced consonants e.g. /s/ are made by playing recorded sounds,22 because they are rich in harmonics, which makes additive synthesis less effective. Voiced consonants such as /z/ are made by mixing a synthesized voiced sound with a recorded sample of unvoiced sound.
- The Klatt synthesizer mostly uses the same formant data as the eSpeakNG synthesizer. But, it also produces sounds by subtractive synthesis by starting with generated noise, which is rich in harmonics, and then applying digital filters and enveloping to filter out necessary frequency spectrum and sound envelope for particular consonant (s, t, k) or sonorant (l, m, n) sound.
For the MBROLA voices, eSpeakNG converts the text to phonemes and associated pitch contours. It passes this to the MBROLA program using the PHO file format, capturing the audio created in output by MBROLA. That audio is then handled by eSpeakNG.
eSpeakNG performs text-to-speech synthesis for the following languages:23
-
Pyash (a constructed language)
-
Shan (Tai Yai)
-
Currently, only fully diacritized Arabic is supported.
-
Persian written using English (Latin) characters.
-
Currently, only PhaÌk-fa-sáčł is supported.
-
Currently unreleased; it must be built from the latest source code.
Footnotes
-
âSwitch to eSpeak NG in NVDA distribution · Issue #5651 · nvaccess/nvdaâ. GitHub. â©
-
âespeak-ng package : Ubuntuâ. Launchpad. 21 December 2023. â©
-
âDownload voices for Immersive Reader, Read Mode, and Read Aloudâ. â©
-
Google blog, Giving a voice to more languages on Google Translate, May 2010 â©
-
Google blog, Listen to us now, December 2010. â©
-
âeSpeak Speech Synthesizerâ. espeak.sourceforge.net. â©
-
âeSpeak: Speech Synthesizerâ. espeak.sourceforge.net. â©
-
âESpeak: Speech synthesis - Browse /Espeak at SourceForge.netâ. â© â©2 â©3
-
âeSpeak: speech synthesis / Code / Browse Commitsâ. sourceforge.net. â© â©2
-
http://espeak.sourceforge.net/test/latest.html [bare URL] â©
-
van Leussen, Jan-Wilem; Tromp, Maarten (26 July 2007). âLatin to Speechâ. p. 6. CiteSeerX 10.1.1.396.7811. â©
-
âBuild: Allow portaudio 18 and 19 to be switched easily. · rhdunn/Espeak@63daaecâ. GitHub. â©
-
âEspeakedit: Fix argument processing for unicode argv types · rhdunn/Espeak@61522a1â. GitHub. â©
-
âSwitch to eSpeak NG in NVDA distribution · Issue #5651 · nvaccess/Nvdaâ. GitHub. â©
-
â[Espeak-general] Taking ownership of the espeak project and its future | eSpeak: speech synthesisâ. sourceforge.net. â©
-
â[Espeak-general] Vote for new main espeak developer | eSpeak: speech synthesisâ. sourceforge.net. â©
-
Klatt, Dennis H. (1979). âSoftware for a cascade/parallel formant synthesizerâ (PDF). J. Acoustical Society of America, 67(3) March 1980. â©
-
âespeak-ngâ. GitHub. â©
-
âESpeak NG Text-to-Speechâ. GitHub. 13 February 2022. â©
-
Butgereit, L., & Botha, A. (2009, May). Hadeda: The noisy way to practice spelling vocabulary using a cell phone. In The IST-Africa 2009 Conference, Kampala, Uganda. â© â©2
-
Hamiti, M., & Kastrati, R. (2014). Adapting eSpeak for converting text into speech in Albanian. International Journal of Computer Science Issues (IJCSI), 11(4), 21. â©
-
Kayte, S., & Gawali, D. B. (2015). Marathi Speech Synthesis: A review. International Journal on Recent and Innovation Trends in Computing and Communication, 3(6), 3708-3711. â© â©2 â©3 â©4 â©5 â©6 â©7 â©8 â©9 â©10 â©11 â©12 â©13 â©14 â©15 â©16 â©17 â©18 â©19 â©20 â©21 â©22 â©23 â©24 â©25 â©26 â©27 â©28 â©29 â©30 â©31 â©32 â©33 â©34 â©35 â©36 â©37 â©38 â©39 â©40 â©41 â©42
-
Pronk, R. (2013). Adding Japanese language synthesis support to the eSpeak system. University of Amsterdam. â©
-
Mohanan, S., Salkar, S., Naik, G., Dessai, N. F., & Naik, S. (2012). Text Reader for Konkani Language. Automation and Autonomous System, 4(8), 409-414. â©
-
Kaur, R., & Sharma, D. (2016). An Improved System for Converting Text into Speech for Punjabi Language using eSpeak. International Research Journal of Engineering and Technology, 3(4), 500-504. â©