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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # editor files:
  2. .*.swp
  3. # intermediate build output:
  4. *.o
  5. *.lo
  6. # autotools
  7. AUTHORS
  8. INSTALL
  9. NEWS
  10. README
  11. .deps/
  12. .libs/
  13. Makefile
  14. Makefile.in
  15. aclocal.m4
  16. autom4te.cache/
  17. compile
  18. config.*
  19. configure
  20. depcomp
  21. install-sh
  22. libtool
  23. ltmain.sh
  24. m4/
  25. missing
  26. stamp-h1
  27. .dirstamp
  28. # libraries
  29. docs/speak_lib.h
  30. libespeak.a
  31. libespeak.la
  32. libespeak.so*
  33. # programs
  34. platforms/*/espeak-phoneme-data
  35. espeak
  36. espeakedit
  37. speak
  38. # Linux/Source distribution files
  39. praat-mod/
  40. ChangeLog.txt
  41. License.txt
  42. ReadMe
  43. Makefile
  44. # espeak-data
  45. dictsource/*_extra
  46. dictsource/dict_log
  47. dictsource/dict_phonemes
  48. dictsource/ru_listx
  49. dictsource/zh_listx
  50. dictsource/zhy_list
  51. phsource/compile_prog_log
  52. phsource/compile_report
  53. phsource/error_intonation
  54. phsource/error_log
  55. phsource/phonemes.stamp
  56. espeak-data/config
  57. espeak-data/dictsource
  58. espeak-data/phsource
  59. espeak-data/*_dict
  60. espeak-data/mbrola_ph/*_phtrans
  61. espeak-data/intonations
  62. espeak-data/phondata
  63. espeak-data/phondata-manifest
  64. espeak-data/phonindex
  65. espeak-data/phontab