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

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