Browse Source

Replace 'trill' with 'trl'.

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

+ 1
- 2
phsource/ph_afrikaans View File





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

+ 1
- 2
phsource/ph_english_sc View File

endphoneme endphoneme


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

+ 1
- 2
phsource/ph_finnish View File





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

+ 1
- 1
phsource/ph_french_ca View File

// uses the consonants in file "phonemes", unless overridden here // uses the consonants in file "phonemes", unless overridden here


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

+ 1
- 2
phsource/ph_kyrgyz View File

// ========== // // ========== //


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

+ 2
- 4
phsource/ph_latvian View File

endphoneme endphoneme


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


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

+ 1
- 2
phsource/ph_lithuanian View File





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

+ 1
- 2
phsource/ph_polish View File

//=========== //===========


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

+ 1
- 2
phsource/ph_portugal View File





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

+ 1
- 2
phsource/ph_romanian View File

// Consonants // Consonants


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

+ 1
- 2
phsource/ph_russian View File





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

+ 1
- 2
phsource/ph_serbian View File





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

+ 1
- 2
phsource/ph_setswana View File

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

+ 1
- 1
phsource/ph_turkish View File





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

+ 1
- 2
phsource/ph_welsh View File

//=========== //===========


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

+ 3
- 6
phsource/phonemes View File





phoneme R phoneme R
liquid
trill
liquid trl
lengthmod 6 lengthmod 6
ipa r ipa r
IF nextPhW(R2) THEN IF nextPhW(R2) THEN
endphoneme endphoneme


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


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

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

// flags // flags
{ "unstressed", tPHONEME_FLAG, phUNSTRESSED }, { "unstressed", tPHONEME_FLAG, phUNSTRESSED },
{ "nolink", tPHONEME_FLAG, phNOLINK }, { "nolink", tPHONEME_FLAG, phNOLINK },
{ "trill", tPHONEME_FLAG, phTRILL }, // TODO (deprecated): use 'trl' instead
{ "palatal", tPHONEME_FLAG, phPALATAL }, // TODO (deprecated): use 'pzd' instead { "palatal", tPHONEME_FLAG, phPALATAL }, // TODO (deprecated): use 'pzd' instead
{ "long", tPHONEME_FLAG, phLONG }, // TODO (deprecated): use 'lng' instead { "long", tPHONEME_FLAG, phLONG }, // TODO (deprecated): use 'lng' instead
{ "brkafter", tPHONEME_FLAG, phBRKAFTER }, { "brkafter", tPHONEME_FLAG, phBRKAFTER },

Loading…
Cancel
Save