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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. # editor/external files:
  2. *~
  3. .*.swp
  4. *.bat
  5. # Eclipse project files:
  6. .autotools
  7. .cproject
  8. .project
  9. .settings
  10. # intermediate build output:
  11. *.o
  12. *.lo
  13. # android build output:
  14. bin/
  15. obj/
  16. gen/
  17. android/icons/*.png
  18. libttsespeak.so
  19. android/res/raw/espeakdata.zip
  20. android/res/raw/espeakdata_version
  21. local.properties
  22. # android gradle output:
  23. .cxx
  24. .gradle/
  25. .idea/
  26. build/
  27. *.iml
  28. !gradlew.bat
  29. # emscripten output:
  30. a.out
  31. a.out.js
  32. # autotools
  33. AUTHORS
  34. INSTALL
  35. NEWS
  36. README
  37. ChangeLog
  38. .deps/
  39. .libs/
  40. Makefile
  41. Makefile.in
  42. aclocal.m4
  43. autom4te.cache/
  44. compile
  45. config.*
  46. configure
  47. depcomp
  48. install-sh
  49. libtool
  50. ltmain.sh
  51. missing
  52. stamp-h1
  53. .dirstamp
  54. m4/*
  55. !m4/ax_check_compile_flag.m4
  56. # libraries
  57. docs/speak_lib.h
  58. libespeak-ng.a
  59. libespeak-ng.la
  60. libespeak-ng.so*
  61. libespeak-ng-test.a
  62. libespeak-ng-test.la
  63. libespeak-ng-test.so*
  64. tests/libfuzzrunner.a
  65. tests/libfuzzrunner.la
  66. tests/libfuzzrunner.so*
  67. # build output
  68. *.html
  69. src/espeak-ng.1
  70. src/speak-ng.1
  71. src/espeak-ng
  72. src/espeakedit
  73. src/speak-ng
  74. tests/*.test
  75. tests/*.check
  76. !tests/language-phonemes.test
  77. !tests/language-pronunciation.test
  78. !tests/language-numbers-cardinal.test
  79. !tests/language-numbers-ordinal.test
  80. !tests/language-replace.test
  81. !tests/ssml.test
  82. !tests/translate.test
  83. !tests/variants.test
  84. !tests/non-executable-files-with-executable-bit.test
  85. !tests/bom.test
  86. !tests/klatt.test
  87. !tests/mbrola.test
  88. !tests/dictionary.test
  89. !tests/cmd_options.test
  90. !tests/windows-data.test
  91. !tests/windows-installer.test
  92. !tests/voices.test
  93. espeak-ng.pc
  94. espeak-ng-*.tar.gz
  95. espeak-ng-*.*/
  96. # /tests/fuzzing/
  97. /tests/fuzzing/crash-*
  98. /tests/fuzzing/oom-*
  99. /tests/fuzzing/leak-*
  100. /tests/fuzzing/fuzz-*.log
  101. /tests/fuzzing/*.profdata
  102. /tests/fuzzing/*.profraw
  103. /tests/fuzzing/.deps/*.Po
  104. /tests/fuzzing/.dirstamp
  105. !tests/fuzzing/CORPUS*/*.txt
  106. # Windows builds
  107. src/pcaudiolib/
  108. !src/windows/config.h
  109. *.obj
  110. *.lib
  111. *.dll
  112. *.exe
  113. *.msi
  114. *.exp
  115. *.idb
  116. *.ilk
  117. *.iobj
  118. *.ipdb
  119. *.log
  120. *.pdb
  121. *.tlog
  122. *.tlog/
  123. .vs/
  124. *.VC.opendb
  125. *.sdf
  126. *.cache
  127. *.user
  128. *.txt
  129. *.wixobj
  130. *.wixpdb
  131. *.cab
  132. /src/windows/Release
  133. /src/windows/x64
  134. *.tmp
  135. *.nativecodeanalysis.xml
  136. *.nativecodeanalysis.all.xml
  137. *.lastcodeanalysissucceeded
  138. !src/ucd-tools/data/*/*.txt
  139. # Linux/Source distribution files
  140. praat-mod/
  141. ChangeLog.txt
  142. License.txt
  143. ReadMe
  144. Makefile
  145. # emscripten files
  146. emscripten/*.out
  147. emscripten/*.pkl
  148. emscripten/espeakng_data_package.js
  149. emscripten/glue.*
  150. emscripten/js/*.data
  151. emscripten/js/*.js
  152. !emscripten/demo.html
  153. !emscripten/Makefile
  154. !emscripten/js/demo.js
  155. !emscripten/js/espeakng.js
  156. # espeak-ng-data
  157. dictsource/*_extra
  158. dictsource/dict_log
  159. dictsource/dict_phonemes
  160. dictsource/ru_listx
  161. dictsource/cmn_listx
  162. dictsource/yue_listx
  163. phsource/compile_prog_log
  164. phsource/compile_report
  165. phsource/error_intonation
  166. phsource/error_log
  167. phsource/phonemes.stamp
  168. espeak-ng-data/config
  169. espeak-ng-data/dictsource
  170. espeak-ng-data/phsource
  171. espeak-ng-data/*_dict
  172. espeak-ng-data/intonations
  173. espeak-ng-data/phondata
  174. espeak-ng-data/phondata-manifest
  175. espeak-ng-data/phonindex
  176. espeak-ng-data/phontab
  177. espeak-ng-data/mbrola/
  178. espeak-ng-data/mbrola_ph/*_phtrans
  179. # fastlane metadata
  180. !fastlane/metadata/android/*/*.txt