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

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