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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. # emscripten files
  76. emscripten/*.out
  77. emscripten/*.pkl
  78. emscripten/espeakng_data_package.js
  79. emscripten/glue.*
  80. emscripten/js/*.js
  81. !emscripten/demo.html
  82. !emscripten/Makefile
  83. !emscripten/demo.js
  84. !emscripten/espeakng.js
  85. # espeak-ng-data
  86. dictsource/*_extra
  87. dictsource/dict_log
  88. dictsource/dict_phonemes
  89. dictsource/ru_listx
  90. dictsource/zh_listx
  91. dictsource/zhy_list
  92. phsource/compile_prog_log
  93. phsource/compile_report
  94. phsource/error_intonation
  95. phsource/error_log
  96. phsource/phonemes.stamp
  97. espeak-ng-data/config
  98. espeak-ng-data/dictsource
  99. espeak-ng-data/phsource
  100. espeak-ng-data/*_dict
  101. espeak-ng-data/mbrola_ph/*_phtrans
  102. espeak-ng-data/intonations
  103. espeak-ng-data/phondata
  104. espeak-ng-data/phondata-manifest
  105. espeak-ng-data/phonindex
  106. espeak-ng-data/phontab