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

123456789101112131415161718192021222324
  1. // based on Spanish
  2. phoneme t#
  3. vls dnt stop
  4. IF NOT prevVowel(isStressed) THEN
  5. ChangePhoneme(t)
  6. ENDIF
  7. endphoneme
  8. phoneme E
  9. vowel starttype #e endtype #e
  10. length 170
  11. FMT(vowel/ee_1)
  12. endphoneme
  13. phoneme O
  14. vowel starttype #o endtype #o
  15. length 170
  16. FMT(vowel/oo_4)
  17. endphoneme