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.0KB

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