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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. README
  14. Makefile
  15. Makefile.in
  16. aclocal.m4
  17. autom4te.cache/
  18. config.*
  19. configure
  20. install-sh
  21. libtool
  22. ltmain.sh
  23. m4/
  24. missing
  25. stamp-h1
  26. # libraries
  27. docs/speak_lib.h
  28. libespeak.a
  29. libespeak.so*
  30. # programs
  31. platforms/*/espeak-phoneme-data
  32. espeak
  33. espeakedit
  34. speak
  35. # Linux/Source distribution files
  36. praat-mod/
  37. ChangeLog.txt
  38. License.txt
  39. ReadMe
  40. # espeak-data
  41. dictsource/*_extra
  42. dictsource/dict_log
  43. dictsource/dict_phonemes
  44. phsource/compile_prog_log
  45. phsource/compile_report
  46. phsource/error_intonation
  47. phsource/error_log
  48. espeak-data/dir.stamp
  49. espeak-data/config
  50. espeak-data/dictsource
  51. espeak-data/phsource
  52. espeak-data/*_dict
  53. espeak-data/intonations
  54. espeak-data/phondata
  55. espeak-data/phondata-manifest
  56. espeak-data/phonindex
  57. espeak-data/phontab