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

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