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 801B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # intermediate build output:
  2. *.o
  3. # autotools
  4. AUTHORS
  5. COPYING
  6. INSTALL
  7. NEWS
  8. Makefile
  9. Makefile.in
  10. aclocal.m4
  11. autom4te.cache/
  12. config.*
  13. configure
  14. install-sh
  15. libtool
  16. ltmain.sh
  17. m4/
  18. missing
  19. stamp-h1
  20. # libraries
  21. docs/speak_lib.h
  22. libespeak.a
  23. libespeak.so*
  24. # programs
  25. platforms/*/espeak-phoneme-data
  26. espeak
  27. espeakedit
  28. speak
  29. # Linux/Source distribution files
  30. praat-mod/
  31. ChangeLog.txt
  32. License.txt
  33. ReadMe
  34. # espeak-data
  35. dictsource/*_extra
  36. dictsource/dict_log
  37. dictsource/dict_phonemes
  38. phsource/compile_prog_log
  39. phsource/compile_report
  40. phsource/error_intonation
  41. phsource/error_log
  42. espeak-data/dir.stamp
  43. espeak-data/config
  44. espeak-data/dictsource
  45. espeak-data/phsource
  46. espeak-data/*_dict
  47. espeak-data/intonations
  48. espeak-data/phondata
  49. espeak-data/phondata-manifest
  50. espeak-data/phonindex
  51. espeak-data/phontab