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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. # autotools
  12. AUTHORS
  13. COPYING
  14. INSTALL
  15. NEWS
  16. README
  17. Makefile
  18. Makefile.in
  19. aclocal.m4
  20. autom4te.cache/
  21. config.*
  22. configure
  23. install-sh
  24. libtool
  25. ltmain.sh
  26. m4/
  27. missing
  28. stamp-h1
  29. # libraries
  30. docs/speak_lib.h
  31. libespeak.a
  32. libespeak.so*
  33. # programs
  34. platforms/*/espeak-phoneme-data
  35. src/espeak
  36. src/espeakedit
  37. src/speak
  38. # Linux/Source distribution files
  39. praat-mod/
  40. ChangeLog.txt
  41. License.txt
  42. ReadMe
  43. # espeak-data
  44. dictsource/*_extra
  45. dictsource/dict_log
  46. dictsource/dict_phonemes
  47. phsource/compile_prog_log
  48. phsource/compile_report
  49. phsource/error_intonation
  50. phsource/error_log
  51. espeak-data/dir.stamp
  52. espeak-data/config
  53. espeak-data/dictsource
  54. espeak-data/phsource
  55. espeak-data/*_dict
  56. espeak-data/intonations
  57. espeak-data/phondata
  58. espeak-data/phondata-manifest
  59. espeak-data/phonindex
  60. espeak-data/phontab