ph_aragon
1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
// based on Spanish
phoneme t#
vls dnt stop
IF NOT prevVowel(isStressed) THEN
ChangePhoneme(t)
ENDIF
endphoneme
phoneme E
vowel starttype #e endtype #e
length 170
FMT(vowel/ee_1)
endphoneme
phoneme e#
vowel starttype #e endtype #e
length 200
ChangeIfStressed(e)
ChangePhoneme(NULL)
endphoneme
phoneme O
vowel starttype #o endtype #o
length 170
FMT(vowel/oo_4)
endphoneme
//phoneme k
// vls vel stop
// lengthmod 2
// voicingswitch g
// Vowelin f1=0 f2=2300 200 400 f3=-100 80
// Vowelout f1=0 f2=2300 300 400 f3=-100 80 rms=20
//
// IF nextPh(isPause2) THEN
// WAV(ustop/k_)
// ELIF nextPh(#i) OR nextPh(;) THEN
// WAV(ustop/ki_unasp2, 30)
//// ELIF nextPh(isRhotic) THEN
//// WAV(ustop/kr)
//// ELIF nextPh(l) THEN
//// WAV(ustop/kl)
// ENDIF
// WAV(ustop/k_unasp2, 25)
//endphoneme
//phoneme t
// vls dnt stop
// lengthmod 2
// voicingswitch d
// Vowelin f1=0 f2=1600 -300 300 f3=-100 80
// Vowelout f1=0 f2=1600 -300 250 f3=-100 80 rms=20
// IF nextPh(isPause2) THEN
// WAV(ustop/t_dnt, 25)
// ENDIF
// WAV(ustop/t_unasp3, 50)
//endphoneme