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.txt 406B

12345678910111213141516
  1. This is a Virtual C++ project for the Windows dll
  2. version of eSpeak. This provides the API which is
  3. defined in speak_lib.h, using the
  4. AUDIO_OUTPUT_SYNCHRONOUS mode only.
  5. This is not the sapi5 version of eSpeak.
  6. Copy the program source files from the Linux "src"
  7. directory into this "src" directory, EXCEPT for:
  8. speak_lib.h
  9. speech.h
  10. StdAfx.h
  11. stdint.h
  12. Keep the Windows versions of these files.