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 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. # editor files:
  2. .*.swp
  3. #Eclipse project files
  4. .cproject
  5. .project
  6. # intermediate build output:
  7. *.o
  8. *.lo
  9. # autotools
  10. AUTHORS
  11. INSTALL
  12. NEWS
  13. README
  14. .deps/
  15. .libs/
  16. Makefile
  17. Makefile.in
  18. aclocal.m4
  19. autom4te.cache/
  20. compile
  21. config.*
  22. configure
  23. depcomp
  24. install-sh
  25. libtool
  26. ltmain.sh
  27. m4/
  28. missing
  29. stamp-h1
  30. .dirstamp
  31. # libraries
  32. docs/speak_lib.h
  33. libespeak-ng.a
  34. libespeak-ng.la
  35. libespeak-ng.so*
  36. # build output
  37. *.html
  38. src/espeak-ng.1
  39. src/speak-ng.1
  40. src/espeak-ng
  41. src/espeakedit
  42. src/speak-ng
  43. espeak-ng.pc
  44. # Windows builds
  45. src/pcaudiolib/
  46. !src/windows/config.h
  47. *.obj
  48. *.lib
  49. *.dll
  50. *.exe
  51. *.msi
  52. *.exp
  53. *.idb
  54. *.ilk
  55. *.iobj
  56. *.ipdb
  57. *.log
  58. *.pdb
  59. *.tlog/
  60. .vs/
  61. *.VC.opendb
  62. *.sdf
  63. *.cache
  64. *.user
  65. *.txt
  66. *.wixobj
  67. *.wixpdb
  68. *.cab
  69. # Linux/Source distribution files
  70. praat-mod/
  71. ChangeLog.txt
  72. License.txt
  73. ReadMe
  74. Makefile
  75. # espeak-ng-data
  76. dictsource/*_extra
  77. dictsource/dict_log
  78. dictsource/dict_phonemes
  79. dictsource/ru_listx
  80. dictsource/zh_listx
  81. dictsource/zhy_list
  82. phsource/compile_prog_log
  83. phsource/compile_report
  84. phsource/error_intonation
  85. phsource/error_log
  86. phsource/phonemes.stamp
  87. espeak-ng-data/config
  88. espeak-ng-data/dictsource
  89. espeak-ng-data/phsource
  90. espeak-ng-data/*_dict
  91. espeak-ng-data/mbrola_ph/*_phtrans
  92. espeak-ng-data/intonations
  93. espeak-ng-data/phondata
  94. espeak-ng-data/phondata-manifest
  95. espeak-ng-data/phonindex
  96. espeak-ng-data/phontab