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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. # editor files:
  2. *~
  3. .*.swp
  4. # Eclipse project files:
  5. .cproject
  6. .project
  7. # intermediate build output:
  8. *.o
  9. *.lo
  10. # android build output:
  11. bin/
  12. obj/
  13. gen/
  14. android/icons/*.png
  15. libttsespeak.so
  16. android/res/raw/espeakdata.zip
  17. android/res/raw/espeakdata_version
  18. local.properties
  19. # android gradle output:
  20. gradle/
  21. gradlew
  22. gradlew.bat
  23. .gradle/
  24. .idea/
  25. build/
  26. espeak.iml
  27. # emscripten output:
  28. a.out
  29. a.out.js
  30. # autotools
  31. AUTHORS
  32. INSTALL
  33. NEWS
  34. README
  35. ChangeLog
  36. .deps/
  37. .libs/
  38. Makefile
  39. Makefile.in
  40. aclocal.m4
  41. autom4te.cache/
  42. compile
  43. config.*
  44. configure
  45. depcomp
  46. install-sh
  47. libtool
  48. ltmain.sh
  49. m4/
  50. missing
  51. stamp-h1
  52. .dirstamp
  53. # libraries
  54. docs/speak_lib.h
  55. libespeak-ng.a
  56. libespeak-ng.la
  57. libespeak-ng.so*
  58. # build output
  59. *.html
  60. src/espeak-ng.1
  61. src/speak-ng.1
  62. src/espeak-ng
  63. src/espeakedit
  64. src/speak-ng
  65. espeak-ng.pc
  66. espeak-ng-*.tar.gz
  67. espeak-ng-*.*/
  68. # Windows builds
  69. src/pcaudiolib/
  70. !src/windows/config.h
  71. *.obj
  72. *.lib
  73. *.dll
  74. *.exe
  75. *.msi
  76. *.exp
  77. *.idb
  78. *.ilk
  79. *.iobj
  80. *.ipdb
  81. *.log
  82. *.pdb
  83. *.tlog/
  84. .vs/
  85. *.VC.opendb
  86. *.sdf
  87. *.cache
  88. *.user
  89. *.txt
  90. *.wixobj
  91. *.wixpdb
  92. *.cab
  93. # Linux/Source distribution files
  94. praat-mod/
  95. ChangeLog.txt
  96. License.txt
  97. ReadMe
  98. Makefile
  99. # emscripten files
  100. emscripten/*.out
  101. emscripten/*.pkl
  102. emscripten/espeakng_data_package.js
  103. emscripten/glue.*
  104. emscripten/js/*.data
  105. emscripten/js/*.js
  106. !emscripten/demo.html
  107. !emscripten/Makefile
  108. !emscripten/js/demo.js
  109. !emscripten/js/espeakng.js
  110. # espeak-ng-data
  111. dictsource/*_extra
  112. dictsource/dict_log
  113. dictsource/dict_phonemes
  114. dictsource/ru_listx
  115. dictsource/zh_listx
  116. dictsource/zhy_list
  117. phsource/compile_prog_log
  118. phsource/compile_report
  119. phsource/error_intonation
  120. phsource/error_log
  121. phsource/phonemes.stamp
  122. espeak-ng-data/config
  123. espeak-ng-data/dictsource
  124. espeak-ng-data/phsource
  125. espeak-ng-data/*_dict
  126. espeak-ng-data/mbrola_ph/*_phtrans
  127. espeak-ng-data/intonations
  128. espeak-ng-data/phondata
  129. espeak-ng-data/phondata-manifest
  130. espeak-ng-data/phonindex
  131. espeak-ng-data/phontab