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_quenya 325B

123456789101112131415161718192021
  1. phoneme n
  2. IF nextPhW(isVelar) THEN // /n/ is velarized to /N/ when before velar stops
  3. ChangePhoneme(N)
  4. ENDIF
  5. CALL base1/n
  6. endphoneme
  7. phoneme ui
  8. vwl starttype #u endtype #i
  9. length 270
  10. lng
  11. FMT(vdiph/ui_4)
  12. endphoneme
  13. phoneme iu
  14. vwl starttype #i endtype #u
  15. length 280
  16. lng
  17. FMT(vdiph2/iu_2)
  18. endphoneme