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

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