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

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