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

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