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.

readme.dos 566B

Building speak.exe with djgpp:


1.
unzip the source with the unzip32.exe utility from djgpp.

2.
change into the src directory.
copy the makefile.dj and the speech.h file into the src directory
type in the src directory make -f makefile.dj

3.
copy the speak.exe into the main directory (cp speak.exe ..\speak.exe

Now you can use speak.exe to produce wave-files:

speak -v de -f test.txt -w test.wav

or you can produce phonemes for mbrola:

speak -v mb\mb-de4 -f test.txt >test.pho


speak --voices will list all voices.
Test it and enjoy.