eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

full_description.txt 1.5KB

123456789101112131415161718192021
  1. <p>The eSpeak NG is a compact open source software text-to-speech synthesizer for Linux, Windows, Android and other operating systems. It supports <a href="https://github.com/espeak-ng/espeak-ng/blob/master/docs/languages.md">more than 100 languages and accents</a>. It is based on the eSpeak engine created by Jonathan Duddington.</p>
  2. <p>eSpeak NG 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. It also supports Klatt formant synthesis, and the ability to use MBROLA as backend speech synthesizer.</p>
  3. <p>Features:</p>
  4. <ol>
  5. <li>Includes different Voices, whose characteristics can be altered.</li>
  6. <li>Can produce speech output as a WAV file.</li>
  7. <li>SSML (Speech Synthesis Markup Language) is supported (not complete),
  8. and also HTML.</li>
  9. <li>Compact size. The program and its data, including many languages,
  10. totals about few Mbytes.</li>
  11. <li>Can be used as a front-end to <a href="https://github.com/espeak-ng/espeak-ng/blob/master/docs/mbrola.md">MBROLA diphone voices</a>.
  12. eSpeak NG converts text to phonemes with pitch and length information.</li>
  13. <li>Can translate text into phoneme codes, so it could be adapted as a
  14. front end for another speech synthesis engine.</li>
  15. <li>Potential for other languages. Several are included in varying stages
  16. of progress. Help from native speakers for these or other languages is
  17. welcome.</li>
  18. </ol>