/native/external/espeak/platforms/dos/readme.dos
http://eyes-free.googlecode.com/ · Unknown · 24 lines · 15 code · 9 blank · 0 comment · 0 complexity · a1ce2d82446efcf1d54d4457e33f0e22 MD5 · raw file
- 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.