123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
-
- //====================================================
- // Ancient Greek - based on base2
- //====================================================
-
- phoneme : // Lengthen previous vowel by "length"
- virtual
- length 100
- endphoneme
-
-
- phoneme y
- vowel starttype (i) endtype (i)
- length 160
- formants vowel/yy_4
- endphoneme
-
- phoneme e
- vowel starttype (e) endtype (e)
- length 140
- formants vowel/e
- endphoneme
-
- phoneme E
- vowel starttype (e) endtype (e)
- length 150
- formants vowel/ee_1
- endphoneme
-
- phoneme o
- vowel starttype (o) endtype (o)
- length 140
- formants vowel/o
- endphoneme
-
- phoneme O
- vowel starttype (o) endtype (o)
- length 150
- formants vowel/0
- endphoneme
-
-
- phoneme EU
- vowel starttype (e) endtype (u)
- length 230
- formants vdiph/eeu
- endphoneme
-
- phoneme OI
- vowel starttype (o) endtype (i)
- length 230
- formants vdiph/0i
- endphoneme
-
- phoneme OU
- vowel starttype (o) endtype (u)
- length 230
- formants vdiph/oou
- endphoneme
-
-
- phoneme yI
- vowel starttype (i) endtype (i)
- length 230
- formants vdiph/yi
- endphoneme
-
-
- phoneme f // consider this an affrictive
- vls blb afr
- vowelout f1=0 f2=1000 -500 -350 f3=-200 80
- lengthmod 2
- wave ufric/f // could replace this with a [pf] wav file
- endphoneme
|