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

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