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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. FMT(vowel/ii_3)
  11. endphoneme
  12. phoneme u
  13. vowel starttype #u endtype #u
  14. length 140
  15. FMT(vowel/u_2)
  16. endphoneme
  17. phoneme a
  18. vowel starttype #a endtype #a
  19. length 170
  20. FMT(vowel/a)
  21. endphoneme
  22. phoneme e
  23. vowel starttype #e endtype #e
  24. length 160
  25. FMT(vowel/e_2)
  26. endphoneme
  27. phoneme E
  28. vowel starttype #e endtype #e
  29. length 160
  30. FMT(vowel/e_mid)
  31. endphoneme
  32. phoneme o
  33. vowel starttype #o endtype #o
  34. length 160
  35. FMT(vowel/o_8)
  36. endphoneme
  37. phoneme O
  38. vowel starttype #o endtype #o
  39. length 170
  40. FMT(vowel/0_2)
  41. endphoneme
  42. phoneme v
  43. import_phoneme base/v#
  44. endphoneme