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

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