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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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/windows/config.h
  43. *.obj
  44. *.lib
  45. *.dll
  46. *.exe
  47. *.msi
  48. *.exp
  49. *.idb
  50. *.ilk
  51. *.iobj
  52. *.ipdb
  53. *.log
  54. *.pdb
  55. *.tlog/
  56. .vs/
  57. *.VC.opendb
  58. *.sdf
  59. *.cache
  60. *.user
  61. *.txt
  62. *.wixobj
  63. *.wixpdb
  64. *.cab
  65. # Linux/Source distribution files
  66. praat-mod/
  67. ChangeLog.txt
  68. License.txt
  69. ReadMe
  70. Makefile
  71. # espeak-data
  72. dictsource/*_extra
  73. dictsource/dict_log
  74. dictsource/dict_phonemes
  75. dictsource/ru_listx
  76. dictsource/zh_listx
  77. dictsource/zhy_list
  78. phsource/compile_prog_log
  79. phsource/compile_report
  80. phsource/error_intonation
  81. phsource/error_log
  82. phsource/phonemes.stamp
  83. espeak-data/config
  84. espeak-data/dictsource
  85. espeak-data/phsource
  86. espeak-data/*_dict
  87. espeak-data/mbrola_ph/*_phtrans
  88. espeak-data/intonations
  89. espeak-data/phondata
  90. espeak-data/phondata-manifest
  91. espeak-data/phonindex
  92. espeak-data/phontab