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_sindarin 398B

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