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

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