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

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