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

1234567891011121314151617181920212223242526272829303132333435363738
  1. # intermediate build output:
  2. *.o
  3. # android build output:
  4. obj/
  5. libs/
  6. # libraries
  7. src/libespeak.a
  8. src/libespeak.so*
  9. # programs:
  10. platforms/*/espeak-phoneme-data
  11. src/espeak
  12. src/espeakedit
  13. src/speak
  14. # espeak-data
  15. dictsource/en_extra
  16. espeak-data/dictsource
  17. espeak-data/phsource
  18. espeak-data/*_dict
  19. espeak-data/intonations
  20. espeak-data/phondata
  21. espeak-data/phondata-manifest
  22. espeak-data/phonindex
  23. espeak-data/phontab
  24. # other (from espeak development releases)
  25. espeak-data/config
  26. phsource/compile_prog_log