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

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