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_slovenian 949B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. phoneme @ // Schwa, can be stressed
  2. vowel starttype #@ endtype #@
  3. length 140
  4. FMT(vowel/@)
  5. endphoneme
  6. phoneme i
  7. vowel starttype #i endtype #i
  8. length 140
  9. IfNextVowelAppend(;)
  10. IF thisPh(isStressed) AND NOT nextPhW(isRhotic) THEN
  11. FMT(vowel/ii_6)
  12. ENDIF
  13. FMT(vowel/ii_3)
  14. endphoneme
  15. phoneme u
  16. vowel starttype #u endtype #u
  17. length 140
  18. FMT(vowel/u_2)
  19. endphoneme
  20. phoneme a
  21. vowel starttype #a endtype #a
  22. length 170
  23. FMT(vowel/a)
  24. endphoneme
  25. phoneme e
  26. vowel starttype #e endtype #e
  27. length 160
  28. FMT(vowel/e_2)
  29. endphoneme
  30. phoneme e:
  31. vowel starttype #e endtype #e
  32. length 240
  33. FMT(vowel/e)
  34. endphoneme
  35. phoneme E
  36. vowel starttype #e endtype #e
  37. length 160
  38. FMT(vowel/e_mid)
  39. endphoneme
  40. phoneme o
  41. vowel starttype #o endtype #o
  42. length 160
  43. FMT(vowel/o_8)
  44. endphoneme
  45. phoneme O
  46. vowel starttype #o endtype #o
  47. length 170
  48. FMT(vowel/0_2)
  49. endphoneme
  50. phoneme v
  51. import_phoneme base/v#
  52. endphoneme