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

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