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

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