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

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