Browse Source

Replace 'trill' with 'trl'.

master
Reece H. Dunn 8 years ago
parent
commit
8457f010d0

+ 1
- 2
phsource/ph_afrikaans View File

@@ -284,8 +284,7 @@ endphoneme


phoneme r
liquid rhotic
trill
liquid rhotic trl
lengthmod 6
Vowelin f1=2 f2=2700 -300 -200 f3=-1300 80
Vowelout f1=2 f2=1700 -300 -200 f3=-1300 80

+ 1
- 2
phsource/ph_english_sc View File

@@ -398,9 +398,8 @@ phoneme r/ // used for [r] when not preceding a vowel
endphoneme

phoneme r
liquid rhotic
liquid rhotic trl
lengthmod 7
trill
IF nextPh(isNotVowel) THEN
ChangePhoneme(r/)
ENDIF

+ 1
- 2
phsource/ph_finnish View File

@@ -243,8 +243,7 @@ endphoneme


phoneme R2 // this is [R2], but shorter
liquid
trill
liquid trl
lengthmod 6
ipa r
Vowelin f1=0 f2=1700 -300 300 f3=-300 80

+ 1
- 1
phsource/ph_french_ca View File

@@ -77,7 +77,7 @@ endphoneme
// uses the consonants in file "phonemes", unless overridden here

phoneme R
liquid trill
liquid trl
lengthmod 7
Vowelin f1=0 f2=1500 -400 400 f3=-400 80
IF nextPh(isNotVowel) THEN

+ 1
- 2
phsource/ph_kyrgyz View File

@@ -156,9 +156,8 @@ endphoneme
// ========== //

phoneme r
liquid trl
ipa r
liquid
trill
lengthmod 6
Vowelin f1=0 f2=1600 -300 300 f3=-200 80
Vowelout f1=2 f2=1600 -300 300 f3=-200 80 brk

+ 2
- 4
phsource/ph_latvian View File

@@ -167,8 +167,7 @@ phoneme n-
endphoneme

phoneme R // Latvian hard r
liquid
trill
liquid trl
lengthmod 6
Vowelin f1=0 f2=1700 -300 300 f3=-300 80
Vowelout f1=2 f2=1700 -300 300 f3=-300 80 brk
@@ -176,8 +175,7 @@ FMT(r3/r_trill) addWav(r3/r_trill.wav, 60)
endphoneme

phoneme r // Latvian soft r
liquid
trill
liquid trl
lengthmod 6
Vowelin f1=0 f2=1700 -300 300 f3=-300 80
Vowelout f1=2 f2=1700 -300 300 f3=-300 80 brk

+ 1
- 2
phsource/ph_lithuanian View File

@@ -215,8 +215,7 @@ endphoneme


phoneme r
liquid rhotic nolink
alv trill
alv liquid trl rhotic nolink
length 80
IF prevPhW(isVowel) THEN
ELSE

+ 1
- 2
phsource/ph_polish View File

@@ -85,8 +85,7 @@ endphoneme
//===========

phoneme R
liquid
trill
liquid trl
ipa r
lengthmod 6
Vowelin f1=0 f2=1700 -300 300 f3=-300 80

+ 1
- 2
phsource/ph_portugal View File

@@ -134,8 +134,7 @@ endphoneme


phoneme x // [r] for Portugal
liquid
trill
liquid trl
ipa ʁ
lengthmod 7
Vowelin f1=0 f2=1500 -400 400 f3=-400 80

+ 1
- 2
phsource/ph_romanian View File

@@ -149,8 +149,7 @@ endphoneme
// Consonants

phoneme r
liquid
trill
liquid trl
lengthmod 7
IF nextPh(isNotVowel) THEN
ChangePhoneme(r/)

+ 1
- 2
phsource/ph_russian View File

@@ -135,8 +135,7 @@ endphoneme


phoneme r
liquid rhotic nolink
alv trill
liquid rhotic alv trl nolink
length 80
IF prevPhW(isVowel) THEN
ELSE

+ 1
- 2
phsource/ph_serbian View File

@@ -20,8 +20,7 @@ endphoneme


phoneme r* // this is [R] from Slovak/Czech
liquid
trill
liquid trl
ipa r
lengthmod 6
Vowelin f1=0 f2=1700 -300 300 f3=-300 80

+ 1
- 2
phsource/ph_setswana View File

@@ -233,8 +233,7 @@ phoneme ph // aspirated
endphoneme
phoneme r
liquid rhotic
trill
liquid rhotic trl
lengthmod 6
Vowelin f1=2 f2=2700 -300 -200 f3=-1300 80
Vowelout f1=2 f2=1700 -300 -200 f3=-1300 80

+ 1
- 1
phsource/ph_turkish View File

@@ -201,7 +201,7 @@ endphoneme


phoneme R
liquid trill
liquid trl
lengthmod 6
IF prevPhW(isVowel) AND nextPhW(isVowel) THEN
ChangePhoneme(*)

+ 1
- 2
phsource/ph_welsh View File

@@ -213,8 +213,7 @@ endphoneme
//===========

phoneme r
liquid
trill
liquid trl
lengthmod 6
Vowelin f1=0 f2=1600 -300 300 f3=-200 80
Vowelout f1=2 f2=1600 -300 300 f3=-200 80 brk

+ 3
- 6
phsource/phonemes View File

@@ -347,8 +347,7 @@ endphoneme


phoneme R
liquid
trill
liquid trl
lengthmod 6
ipa r
IF nextPhW(R2) THEN
@@ -360,8 +359,7 @@ phoneme R
endphoneme

phoneme R2 // this is [R] from Slovak/Czech
liquid
trill
liquid trl
lengthmod 6
ipa r
Vowelin f1=0 f2=1700 -300 300 f3=-300 80
@@ -370,8 +368,7 @@ phoneme R2 // this is [R] from Slovak/Czech
endphoneme

phoneme R3 // Afrikaans
liquid
trill
liquid trl
lengthmod 6
length 60
ipa r

+ 0
- 1
src/libespeak-ng/compiledata.c View File

@@ -280,7 +280,6 @@ static keywtab_t keywords[] = {
// flags
{ "unstressed", tPHONEME_FLAG, phUNSTRESSED },
{ "nolink", tPHONEME_FLAG, phNOLINK },
{ "trill", tPHONEME_FLAG, phTRILL }, // TODO (deprecated): use 'trl' instead
{ "palatal", tPHONEME_FLAG, phPALATAL }, // TODO (deprecated): use 'pzd' instead
{ "long", tPHONEME_FLAG, phLONG }, // TODO (deprecated): use 'lng' instead
{ "brkafter", tPHONEME_FLAG, phBRKAFTER },

Loading…
Cancel
Save