| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333 | 
							- 
 - //====================================================
 - //  Romanian
 - //====================================================
 - 
 - // Vowels
 - 
 - 
 - phoneme I^          // "silent i", palatilizes the preceding consonant
 -   vwl starttype #i endtype #i
 -   unstressed
 -   ipa ʲ
 -   length 70
 -   IF nextPh(isVowel) THEN
 -     ChangePhoneme(;)
 -   ENDIF
 -   IF prevPh(l;) THEN
 -     length 60
 -     FMT(vwl_ro/li)
 -   ENDIF
 -   IF prevPh(m;) THEN
 -     FMT(vwl_ro/mi)
 -   ENDIF
 -   IF prevPh(n;) THEN
 -     FMT(vwl_ro/ni)
 -   ENDIF
 -   FMT(vwl_ro/ii-)
 - endphoneme
 - 
 - phoneme i/              // used for "i" at end of word
 -   vwl starttype #i endtype #i
 -   length 150
 -   ChangeIfNotStressed(I^)
 -   IfNextVowelAppend(;)
 -   FMT(vowel/i)
 - endphoneme
 - 
 - phoneme e
 -   vwl starttype #e endtype #e
 -   length 180
 -   FMT(vowel/e_mid2)
 - endphoneme
 - 
 - phoneme y
 -   vwl starttype #@ endtype #@
 -   ipa ɨ
 -   length 180
 -   FMT(vowel/i#_5)
 - endphoneme
 - 
 - phoneme a
 -   vwl starttype #a endtype #a
 -   length 180
 -   FMT(vowel/a_2)
 - endphoneme
 - 
 - phoneme @
 -   vwl starttype #@ endtype #@
 -   length 170
 -   FMT(vowel/@_low)
 - endphoneme
 - 
 - phoneme o
 -   vwl starttype #o endtype #o
 -   length 170
 -   FMT(vowel/o-_4)
 - endphoneme
 - 
 - phoneme u
 -   vwl starttype #u endtype #u
 -   length 160
 -   FMT(vowel/u_2)
 - endphoneme
 - 
 - phoneme Y
 -   vwl starttype #@ endtype #@
 -   length 180
 -   FMT(vowel/y#)
 - endphoneme
 - 
 - 
 - 
 - // Diphthongs
 - 
 - 
 - phoneme @I
 -   vwl starttype #@ endtype #i
 -   length 250
 -   FMT(vdiph/@i_3)
 - endphoneme
 - 
 - phoneme @U
 -   vwl starttype #@ endtype #u
 -   length 260
 -   FMT(vdiph/@u_3)
 - endphoneme
 - 
 - phoneme oU
 -   vwl starttype #o endtype #u
 -   length 260
 -   FMT(vdiph/ou_2)
 - endphoneme
 - 
 - 
 - 
 - phoneme iI
 -   vwl starttype #i endtype #i
 -   length 250
 -   FMT(vdiph/ii)
 - endphoneme
 - 
 - phoneme yI
 -   vwl starttype #@ endtype #i
 -   length 210
 -   FMT(vdiph/i#i)
 - endphoneme
 - 
 - phoneme yU
 -   vwl starttype #@ endtype #u
 -   length 230
 -   FMT(vdiph2/uw_3)
 - endphoneme
 - 
 - phoneme ea
 -   vwl starttype #e endtype #a
 -   length 250
 -   FMT(vdiph2/ea)
 - endphoneme
 - 
 - phoneme eo
 -   vwl starttype #e endtype #o
 -   length 270
 -   FMT(vdiph2/eo)
 - endphoneme
 - 
 - phoneme e[u
 -   vwl starttype #e endtype #u
 -   length 250
 -   FMT(vdiph2/e_u)
 - endphoneme
 - 
 - phoneme Oa
 -   vwl starttype #o endtype #a
 -   length 250
 -   FMT(vdiph2/oa)
 - endphoneme
 - 
 - 
 - // Consonants
 - 
 - phoneme r
 -   liquid trl
 -   lengthmod 6
 - 
 -   IF nextPh(isNotVowel) THEN
 -     ChangePhoneme(r/)
 -   ENDIF
 - 
 -   NextVowelStarts
 -     VowelStart(r/r@, -15)
 -     VowelStart(r/ra, -15)
 -     VowelStart(r/re, -15)
 -     VowelStart(r/ri, -15)
 -     VowelStart(r/ro, -15)
 -     VowelStart(r/ru, -15)
 -   EndSwitch
 - 
 -   IF prevPh(isVowel) THEN
 -     VowelEnding(r/xr, -50)
 -   ENDIF
 - 
 -   IF prevPh(t) OR prevPh(p) OR prevPh(k) THEN
 -     FMT(r/trr)
 -   ENDIF
 -   FMT(r/rr)
 -   Vowelin  f1=0  f2=1600 -300 300  f3=-200 80
 -   Vowelout f1=2  f2=1600 -300 300  f3=-200 80 brk
 -   FMT(r3/r_trill2) addWav(r3/r_trill2.wav, 65)
 - endphoneme
 - 
 - 
 - phoneme l;
 -   liquid
 -   lengthmod 7
 - 
 -   CALL base1/l
 -   Vowelout colr=1
 -  endphoneme
 - 
 - 
 - phoneme m;
 -   vcd blb nas
 -   lengthmod 4
 - 
 -   CALL base1/m
 -   Vowelout f1=2  f2=1000 -500 -350  f3=200 80 brk colr=1
 - endphoneme
 - 
 - 
 - phoneme n;
 -   vcd alv nas
 -   lengthmod 4
 - 
 -   CALL base1/n
 -   Vowelout f1=2 f2=1700 -300 250  f3=200 80  rms=20 brk colr=1
 - endphoneme
 - 
 - 
 - phoneme p;
 -   vls blb stp
 -   lengthmod 2
 -   voicingswitch b
 -   CALL base2/p
 -   Vowelout f1=0  f2=1000 -500 -350  f3=-300 80 rms=30 colr=1
 - endphoneme
 - 
 - 
 - phoneme t;        // dental variant of /t/
 -   vls dnt stp
 -   lengthmod 2
 -   voicingswitch d
 -   CALL base2/t
 -   Vowelout f1=0 f2=1700 100 250  f3=0 80  rms=20 colr=1
 - endphoneme
 - 
 - phoneme ts;
 -   vls alv afr sib
 -   lengthmod 2
 -   CALL base2/ts
 -   Vowelout f1=0 f2=1700 -300 250  f3=-100 80  rms=20 colr=1
 - endphoneme
 - 
 - 
 - phoneme f;
 -   vls lbd frc
 -   lengthmod 3
 -   voicingswitch v
 -   CALL base1/f
 -   Vowelout f1=0  f2=1000 -500 -350  f3=-200 80 colr=1
 - endphoneme
 - 
 - 
 - phoneme s;
 -   vls alv frc sib
 -   voicingswitch z;
 -   lengthmod 3
 -   Vowelin  f1=0  f2=1700 -300 300  f3=-100 80
 -   Vowelout f1=0  f2=1700 -300 250  f3=-100 80  rms=20 colr=1
 -   WAV(ufric/s_pzd, 50)
 - endphoneme
 - 
 - 
 - phoneme S;
 -   vls pla frc sib
 -   voicingswitch Z;
 -   lengthmod 3
 -   Vowelin  f1=0  f2=2100 100 300  f3=-100 80
 -   Vowelout f1=0  f2=2100 100 300  f3=-100 80 colr=1
 -   WAV(ufric/sh_pzd)
 - endphoneme
 - 
 - 
 - phoneme  b;
 -   vcd blb stp
 -   voicingswitch p;
 -   lengthmod 5
 -   Vowelout f1=2  f2=1000 -500 -300  f3=-300 80 brk colr=1
 - 
 -   IF nextPh(#i) THEN
 -     FMT(b/bi) addWav(x/b)
 -   ENDIF
 -   FMT(b/b) addWav(x/b)
 - endphoneme
 - 
 - 
 - phoneme d;       // dental variant of /d/
 -   vcd dnt stp
 -   voicingswitch t;
 -   lengthmod 5
 -   CALL base2/d
 -   Vowelin f1=2  f2=1700 100 300  f3=0 80
 -   Vowelout f1=2 f2=1700 100 300  f3=0 80 colr=1
 - endphoneme
 - 
 - 
 - phoneme *;    //   flap
 -   vcd alv flp
 -   lengthmod 2
 -   Vowelout f1=3 f2=1700 -300 300  f3=-300 80 rms=35 len=15 colr=1
 -   IF nextPh(#i) THEN
 -     Vowelin f1=0  f2=1700 -300 300  f3=-400 80
 -     FMT(d/tap_i) addWav(r3/rx)
 -   ENDIF
 -   FMT(d/tap) addWav(r3/rx)
 - endphoneme
 - 
 - 
 - phoneme v;
 -   vcd lbd frc
 -   lengthmod 6
 -   voicingswitch f;
 -   Vowelin  f1=0  f2=1000 -300 -200  f3=-300 100
 -   Vowelout f1=0  f2=1000 -500 -300  f3=-300 60  len=50 colr=1
 -   IF nextPh(isPause2) THEN
 -     FMT(voc/v_) addWav(vocw/v)
 -   ENDIF
 -   FMT(voc/v) addWav(vocw/v)
 - endphoneme
 - 
 - 
 - phoneme z;
 -   vcd alv frc sib
 -   lengthmod 6
 -   voicingswitch s;
 -   Vowelout f1=0  f2=1700 -300 300  f3=-100 60  len=50 colr=1
 -   IF nextPh(isPause2) THEN
 -     FMT(voc/z_) addWav(ufric/s_)
 -   ENDIF
 -   FMT(voc/z) addWav(ufric/s_)
 - endphoneme
 - 
 - 
 - phoneme Z;
 -   vcd pla frc sib
 -   lengthmod 6
 -   voicingswitch S;
 -   Vowelin  f1=0  f2=2000 0 300  f3=-200 80 colr=1
 -   Vowelout f1=2  f2=2000 0 300  f3=-200 80 brk
 -   IF nextPh(isPause2) THEN
 -     FMT(voc/zh_) addWav(vocw/zh)
 -   ENDIF
 -   FMT(voc/zh) addWav(vocw/zh)
 - endphoneme
 
 
  |