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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .*.swp
  2. # intermediate files:
  3. .deps/
  4. .libs/
  5. .dirstamp
  6. *.pyc
  7. *.o
  8. *.lo
  9. # build output:
  10. src/libucd.la
  11. tests/printucddata
  12. # test output:
  13. tests/*.expected
  14. tests/*.actual
  15. tests/*.diff
  16. # autotools output:
  17. INSTALL
  18. NEWS
  19. README
  20. aclocal.m4
  21. autom4te.cache/
  22. config.guess
  23. config.h.in
  24. config.h
  25. config.log
  26. config.status
  27. config.sub
  28. configure
  29. depcomp
  30. install-sh
  31. libtool
  32. ltmain.sh
  33. m4/
  34. missing
  35. Makefile
  36. Makefile.in
  37. stamp-h1