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

123456789101112131415161718192021222324252627
  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 aI
  8. vwl starttype #a endtype #i
  9. length 240
  10. FMT(vdiph/ai)
  11. endphoneme
  12. phoneme ui
  13. vwl starttype #u endtype #i
  14. length 270
  15. lng
  16. FMT(vdiph/ui_4)
  17. endphoneme
  18. phoneme iu
  19. vwl starttype #i endtype #u
  20. length 280
  21. lng
  22. FMT(vdiph2/iu_2)
  23. endphoneme