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

123456789101112131415161718192021222324252627282930313233343536373839
  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. # autotools output:
  12. INSTALL
  13. NEWS
  14. README
  15. aclocal.m4
  16. autom4te.cache/
  17. config.guess
  18. config.h.in
  19. config.h
  20. config.log
  21. config.status
  22. config.sub
  23. configure
  24. depcomp
  25. install-sh
  26. libtool
  27. ltmain.sh
  28. m4/
  29. missing
  30. Makefile
  31. Makefile.in
  32. stamp-h1