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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # editor files:
  2. .*.swp
  3. # intermediate build output:
  4. *.o
  5. # autotools
  6. AUTHORS
  7. COPYING
  8. INSTALL
  9. NEWS
  10. README
  11. Makefile
  12. Makefile.in
  13. aclocal.m4
  14. autom4te.cache/
  15. config.*
  16. configure
  17. install-sh
  18. libtool
  19. ltmain.sh
  20. m4/
  21. missing
  22. stamp-h1
  23. # libraries
  24. docs/speak_lib.h
  25. libespeak.a
  26. libespeak.so*
  27. # programs
  28. platforms/*/espeak-phoneme-data
  29. espeak
  30. espeakedit
  31. speak
  32. # Linux/Source distribution files
  33. praat-mod/
  34. ChangeLog.txt
  35. License.txt
  36. ReadMe
  37. # espeak-data
  38. dictsource/*_extra
  39. dictsource/dict_log
  40. dictsource/dict_phonemes
  41. phsource/compile_prog_log
  42. phsource/compile_report
  43. phsource/error_intonation
  44. phsource/error_log
  45. espeak-data/dir.stamp
  46. espeak-data/config
  47. espeak-data/dictsource
  48. espeak-data/phsource
  49. espeak-data/*_dict
  50. espeak-data/intonations
  51. espeak-data/phondata
  52. espeak-data/phondata-manifest
  53. espeak-data/phonindex
  54. espeak-data/phontab