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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. config.*
  32. configure
  33. depcomp
  34. install-sh
  35. libtool
  36. ltmain.sh
  37. m4/
  38. missing
  39. stamp-h1
  40. .dirstamp
  41. # libraries
  42. docs/speak_lib.h
  43. libespeak.a
  44. libespeak.la
  45. libespeak.so*
  46. # programs
  47. platforms/*/espeak-phoneme-data
  48. src/espeak
  49. src/espeakedit
  50. src/speak
  51. # Linux/Source distribution files
  52. praat-mod/
  53. ChangeLog.txt
  54. License.txt
  55. ReadMe
  56. Makefile
  57. # espeak-data
  58. dictsource/*_extra
  59. dictsource/dict_log
  60. dictsource/dict_phonemes
  61. phsource/compile_prog_log
  62. phsource/compile_report
  63. phsource/error_intonation
  64. phsource/error_log
  65. espeak-data/dir.stamp
  66. espeak-data/config
  67. espeak-data/dictsource
  68. espeak-data/phsource
  69. espeak-data/*_dict
  70. espeak-data/intonations
  71. espeak-data/phondata
  72. espeak-data/phondata-manifest
  73. espeak-data/phonindex
  74. espeak-data/phontab