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

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