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

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