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.

ph_aragon 398B

123456789101112131415161718192021222324252627
  1. // based on Spanish
  2. phoneme t#
  3. vls dnt stp
  4. IF NOT prevVowel(isStressed) THEN
  5. ChangePhoneme(t)
  6. ENDIF
  7. endphoneme
  8. phoneme E
  9. vwl starttype #e endtype #e
  10. length 170
  11. FMT(vowel/ee_1)
  12. endphoneme
  13. phoneme e#
  14. vwl starttype #e endtype #e
  15. length 200
  16. ChangeIfStressed(e)
  17. ChangePhoneme(NULL)
  18. endphoneme
  19. phoneme O
  20. vwl starttype #o endtype #o
  21. length 170
  22. FMT(vowel/oo_4)
  23. endphoneme