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

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