
//====================================================
//  Italian
//====================================================

phoneme : //  Lengthen previous vowel by "length"
  virtual
  length 50
endphoneme


phoneme a
  vowel starttype (a) endtype (a)
  length 180
  formants vowel/a
  reduceto a/  4
endphoneme


phoneme a/
  vowel starttype (@) endtype (@)
  length 180
  formants vowel/a_5
endphoneme


phoneme e
  vowel starttype (e) endtype (e)
  length 170
  formants vowel/e_2
  reduceto e/ 4
endphoneme

phoneme e/
  vowel starttype (e) endtype (e)
  length 170
  formants vowel/e
endphoneme



phoneme E
  vowel starttype (e) endtype (e)
  length 170
  formants vowel/e_mid
  reduceto  e/  3        // [E] only in stressed syllables ?
endphoneme


phoneme i
  vowel starttype (i) endtype (i)
  length 140
  formants vowel/i
  linkout ;
endphoneme


phoneme I
  vowel starttype (i) endtype (i)
  length 150
  formants vowel/i_4
  linkout ;
endphoneme



phoneme o
  vowel starttype (o) endtype (o)
  length 170
  formants vowel/o
  reduceto  o/ 4
endphoneme

phoneme o/
  vowel starttype (o) endtype (o)
  length 170
  formants vowel/o
endphoneme


phoneme O
  vowel starttype (o) endtype (o)
  length 170
  formants vowel/oo_4
  reduceto  o/  3        // [O] only in stressed syllables ?
endphoneme


phoneme u
  vowel starttype (u) endtype (u)
  length 160
  formants vowel/u_bck
  reduceto  U  4
endphoneme

phoneme U
  vowel starttype (u) endtype (u)
  length 160
  formants vowel/u_bck
endphoneme


phoneme aU
  vowel starttype (a) endtype (u)
  length 270
  formants vdiph/au_4
endphoneme



phoneme aI
  vowel starttype (a) endtype (i)
  length 250
  formants vdiph/ai
endphoneme


phoneme oI
  vowel starttype (o) endtype (i)
  length 230
  formants vdiph/oi
endphoneme



// CONSONANTS
//===========

