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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. .idea/
  22. build/
  23. espeak.iml
  24. # autotools
  25. AUTHORS
  26. INSTALL
  27. NEWS
  28. README
  29. .deps/
  30. .libs/
  31. Makefile
  32. Makefile.in
  33. aclocal.m4
  34. autom4te.cache/
  35. compile
  36. config.*
  37. configure
  38. depcomp
  39. install-sh
  40. libtool
  41. ltmain.sh
  42. m4/
  43. missing
  44. stamp-h1
  45. .dirstamp
  46. # libraries
  47. docs/speak_lib.h
  48. libespeak-ng.a
  49. libespeak-ng.la
  50. libespeak-ng.so*
  51. # build output
  52. *.html
  53. src/espeak-ng.1
  54. src/speak-ng.1
  55. src/espeak-ng
  56. src/espeakedit
  57. src/speak-ng
  58. espeak-ng.pc
  59. # Windows builds
  60. src/pcaudiolib/
  61. !src/windows/config.h
  62. *.obj
  63. *.lib
  64. *.dll
  65. *.exe
  66. *.msi
  67. *.exp
  68. *.idb
  69. *.ilk
  70. *.iobj
  71. *.ipdb
  72. *.log
  73. *.pdb
  74. *.tlog/
  75. .vs/
  76. *.VC.opendb
  77. *.sdf
  78. *.cache
  79. *.user
  80. *.txt
  81. *.wixobj
  82. *.wixpdb
  83. *.cab
  84. # Linux/Source distribution files
  85. praat-mod/
  86. ChangeLog.txt
  87. License.txt
  88. ReadMe
  89. Makefile
  90. # emscripten files
  91. emscripten/*.out
  92. emscripten/*.pkl
  93. emscripten/espeakng_data_package.js
  94. emscripten/glue.*
  95. emscripten/js/*.data
  96. emscripten/js/*.js
  97. !emscripten/demo.html
  98. !emscripten/Makefile
  99. !emscripten/js/demo.js
  100. !emscripten/js/espeakng.js
  101. # espeak-ng-data
  102. dictsource/*_extra
  103. dictsource/dict_log
  104. dictsource/dict_phonemes
  105. dictsource/ru_listx
  106. dictsource/zh_listx
  107. dictsource/zhy_list
  108. phsource/compile_prog_log
  109. phsource/compile_report
  110. phsource/error_intonation
  111. phsource/error_log
  112. phsource/phonemes.stamp
  113. espeak-ng-data/config
  114. espeak-ng-data/dictsource
  115. espeak-ng-data/phsource
  116. espeak-ng-data/*_dict
  117. espeak-ng-data/mbrola_ph/*_phtrans
  118. espeak-ng-data/intonations
  119. espeak-ng-data/phondata
  120. espeak-ng-data/phondata-manifest
  121. espeak-ng-data/phonindex
  122. espeak-ng-data/phontab