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 H. Dunn 1f04e1e894 README: add a note on the historical releases 13 years ago
dictsource Merge branch 'upstream' into development 13 years ago
docs make: copy src/speak_lib.h to docs/speak_lib.h 13 years ago
espeak-data 1.46.22 (from http://espeak.sourceforge.net/test/latest.html) 13 years ago
phsource 1.46.20 (from http://espeak.sourceforge.net/test/latest.html) 13 years ago
platforms Merge branch 'upstream' into development 13 years ago
src portaudio: remove src/portaudio.h as it can be picked up from /usr/include 13 years ago
.gitignore .gitignore: ignore vim swap files 13 years ago
Makefile.am autotools: convert src/Makefile to an automake file 13 years ago
README README: add a note on the historical releases 13 years ago
autogen.sh build: add initial autotools configure support 13 years ago
configure.ac autotools: add --with-portaudio -- support AUDIO=portaudio and AUDIO=runtime 13 years ago
mkdictlist Makefile: add language alias rules for the espeak-data/*_dict files 13 years ago
shadowdir Makefile: shadow the phsource and dictsource directories instead of copying them 13 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.


HISTORICAL RELEASES


1.24.02 is the first version of eSpeak to appear in the subversion
repository, but releases from 1.05 to 1.24 are available on the
sourceforge website at http://sourceforge.net/projects/espeak/files/espeak/.

These early releases have been checked into the historical branch,
with the 1.24.02 release as the last entry. This makes it possible
to use the replace functionality of git to see the earlier history:

$ git replace 8d59235f 63c1c019

NOTE: The source releases contain the big_endian, espeak-edit, praat-mod,
riskos, windows_dll and windows_sapi folders. These do not appear in the
source repository until later releases, so have been excluded from the
historical commits to align them better with the 1.24.02 source commit.