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 1.1KB

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