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

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