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.

.gitignore 580B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # intermediate build output:
  2. *.o
  3. # libraries
  4. docs/speak_lib.h
  5. src/libespeak.a
  6. src/libespeak.so*
  7. # programs:
  8. platforms/*/espeak-phoneme-data
  9. src/espeak
  10. src/espeakedit
  11. src/speak
  12. # espeak-data
  13. dictsource/*_extra
  14. dictsource/dict_log
  15. dictsource/dict_phonemes
  16. phsource/compile_prog_log
  17. phsource/compile_report
  18. phsource/error_intonation
  19. phsource/error_log
  20. espeak-data/dir.stamp
  21. espeak-data/config
  22. espeak-data/dictsource
  23. espeak-data/phsource
  24. espeak-data/*_dict
  25. espeak-data/intonations
  26. espeak-data/phondata
  27. espeak-data/phondata-manifest
  28. espeak-data/phonindex
  29. espeak-data/phontab