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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # editor files:
  2. .*.swp
  3. # intermediate build output:
  4. *.o
  5. # autotools
  6. AUTHORS
  7. INSTALL
  8. NEWS
  9. README
  10. Makefile
  11. Makefile.in
  12. aclocal.m4
  13. autom4te.cache/
  14. config.*
  15. configure
  16. install-sh
  17. libtool
  18. ltmain.sh
  19. m4/
  20. missing
  21. stamp-h1
  22. # libraries
  23. docs/speak_lib.h
  24. libespeak.a
  25. libespeak.so*
  26. # programs
  27. platforms/*/espeak-phoneme-data
  28. espeak
  29. espeakedit
  30. speak
  31. # Linux/Source distribution files
  32. praat-mod/
  33. ChangeLog.txt
  34. License.txt
  35. ReadMe
  36. Makefile
  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