Browse Source

README.md: Add a summary of eSpeak at the top of the file.

master
Reece H. Dunn 11 years ago
parent
commit
f83663eea9
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      README.md

+ 6
- 1
README.md View File

@@ -22,11 +22,16 @@

----------

The [eSpeak Text-to-Speech](http://espeak.sourceforge.net/) program is an open
source speech synthesizer that supports over 70 languages. It uses spectral
formant synthesis by default which sounds robotic, but can be configured to
use Klatt formant synthesis or MBROLA to give it a more natural sound.

This is a mirror of the eSpeak sources with the following improvements on the
*master* branch:

1. An autotools-based build system that supports building the phoneme data and
language dictionaries from source.
language dictionaries from source on POSIX systems.

2. Detection of the supported audio APIs via the `configure` script — no need to
modify the build files.

Loading…
Cancel
Save