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_tatar 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. phoneme i
  2. vowel starttype #i endtype #i
  3. length 180
  4. FMT(vowel/i)
  5. endphoneme
  6. phoneme y
  7. vowel starttype #u endtype #u
  8. length 180
  9. FMT(vowel/y)
  10. endphoneme
  11. phoneme u
  12. vowel starttype #u endtype #u
  13. length 180
  14. FMT(vowel/u)
  15. endphoneme
  16. phoneme e
  17. vowel starttype #@ endtype #@
  18. length 100
  19. FMT(vowel/ii#)
  20. endphoneme
  21. phoneme W
  22. vowel starttype #@ endtype #@
  23. length 100
  24. FMT(vowel/oe)
  25. endphoneme
  26. phoneme o
  27. vowel starttype #o endtype #o
  28. length 100
  29. FMT(vowel/o_mid)
  30. endphoneme
  31. phoneme V
  32. vowel starttype #@ endtype #@
  33. length 100
  34. FMT(vowel/o-_3)
  35. endphoneme
  36. phoneme a
  37. vowel starttype #a endtype #a
  38. length 180
  39. FMT(vowel/&_2)
  40. endphoneme
  41. phoneme A
  42. vowel starttype #a endtype #a
  43. length 180
  44. IF thisPh(isFirstVowel) THEN
  45. ChangePhoneme(0)
  46. ENDIF
  47. IF thisPh(isSeqFlag1) THEN
  48. ChangePhoneme(0)
  49. ENDIF
  50. FMT(vowel/aa)
  51. endphoneme
  52. phoneme 0
  53. vowel starttype #o endtype #o
  54. flag1
  55. length 180
  56. FMT(vowel/0_3)
  57. endphoneme
  58. phoneme I
  59. vowel starttype #i endtype #i
  60. length 100
  61. FMT(vowel/ii)
  62. endphoneme
  63. // Consonants
  64. phoneme r
  65. import_phoneme base/R2
  66. endphoneme
  67. phoneme t
  68. import_phoneme base/t[
  69. endphoneme
  70. phoneme d
  71. import_phoneme base/d[
  72. endphoneme