/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

  1. Building speak.exe with djgpp:
  2. 1.
  3. unzip the source with the unzip32.exe utility from djgpp.
  4. 2.
  5. change into the src directory.
  6. copy the makefile.dj and the speech.h file into the src directory
  7. type in the src directory make -f makefile.dj
  8. 3.
  9. copy the speak.exe into the main directory (cp speak.exe ..\speak.exe
  10. Now you can use speak.exe to produce wave-files:
  11. speak -v de -f test.txt -w test.wav
  12. or you can produce phonemes for mbrola:
  13. speak -v mb\mb-de4 -f test.txt >test.pho
  14. speak --voices will list all voices.
  15. Test it and enjoy.