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.
Reece Dunn 1d38b69010 Revert "sort dict_phonemes as language compilation requires this" 13 years ago
dictsource Revert "sort dict_phonemes as language compilation requires this" 13 years ago
docs 1.46.01 13 years ago
espeak-data 1.46.09 13 years ago
phsource Merge branch 'upstream' into development 13 years ago
platforms 1.46.09 13 years ago
src Makefile: fix building espeakedit. 13 years ago
.gitignore add a .gitignore file to ignore unneeded files from development releases 13 years ago
Makefile makefile: fix dependencies on the root makefile to ensure all components are built 13 years ago
README update the README file for this branch 14 years ago

README

Changes to eSpeak to support building on a POSIX system by running make.

This does the following things:
1/ compile the libespeak library;
2/ compile the speak and espeak command-line applications;
3/ compile the espeakedit application;
4/ compile the voice data, creating an espeak-data directory.

This allows you to run:

make && sudo make install

and end up with a working espeak application.


This branch also contains some bug fixes and improvements that get
sent back upstream.