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 1017B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. *.exe
  36. src/espeak-ng.1
  37. src/espeak-ng
  38. src/espeakedit
  39. src/speak-ng
  40. # Linux/Source distribution files
  41. praat-mod/
  42. ChangeLog.txt
  43. License.txt
  44. ReadMe
  45. Makefile
  46. # espeak-data
  47. dictsource/*_extra
  48. dictsource/dict_log
  49. dictsource/dict_phonemes
  50. dictsource/ru_listx
  51. dictsource/zh_listx
  52. dictsource/zhy_list
  53. phsource/compile_prog_log
  54. phsource/compile_report
  55. phsource/error_intonation
  56. phsource/error_log
  57. phsource/phonemes.stamp
  58. espeak-data/config
  59. espeak-data/dictsource
  60. espeak-data/phsource
  61. espeak-data/*_dict
  62. espeak-data/mbrola_ph/*_phtrans
  63. espeak-data/intonations
  64. espeak-data/phondata
  65. espeak-data/phondata-manifest
  66. espeak-data/phonindex
  67. espeak-data/phontab