ph_dari 610 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. phoneme i
  2. vwl starttype #i endtype #i
  3. length 170
  4. IfNextVowelAppend(;)
  5. FMT(vowel/i)
  6. endphoneme
  7. phoneme E
  8. vwl starttype #e endtype #e
  9. length 170
  10. FMT(vowel/e_mid)
  11. endphoneme
  12. phoneme A
  13. vwl starttype #a endtype #a
  14. length 180
  15. FMT(vowel/aa_3)
  16. endphoneme
  17. phoneme o
  18. vwl starttype #o endtype #o
  19. length 170
  20. FMT(vowel/oo)
  21. endphoneme
  22. phoneme u
  23. vwl starttype #u endtype #u
  24. length 170
  25. FMT(vowel/u)
  26. endphoneme
  27. phoneme eI
  28. vwl starttype #e endtype #i
  29. length 210
  30. FMT(vdiph/eei)
  31. endphoneme
  32. phoneme aU
  33. vwl starttype #a endtype #u
  34. length 230
  35. FMT(vdiph/au)
  36. endphoneme