Browse Source

Merge pull request #758

master
Valdis Vitolins 5 years ago
parent
commit
e6d6828e0b
2 changed files with 37 additions and 32 deletions
  1. 3
    2
      espeak-ng-data/lang/iro/chr
  2. 34
    30
      phsource/ph_cherokee

+ 3
- 2
espeak-ng-data/lang/iro/chr View File

phonemes chr phonemes chr
//stress on all syllables to simulate stress on no syllables //stress on all syllables to simulate stress on no syllables
stressRule 9 stressRule 9
intonation 1
pitch 30 90
intonation 3
//pitch 30 90
pitch 70 140


tunes chrs chrc chrq chre tunes chrs chrc chrq chre



+ 34
- 30
phsource/ph_cherokee View File

phoneme 1 // low fall (¹) phoneme 1 // low fall (¹)
stress stress
ipa ˨˩ ipa ˨˩
//Tone(106, 88, envelope/p_fall, NULL)
Tone(106, 85, envelope/p_fall, NULL) //need a pitch contour of 106-88 for a
//Tone(106, 85, envelope/p_fall, NULL) //need a pitch contour of 106-88 for a
Tone(49, 28, envelope/p_fall, NULL) //need a pitch contour of 106-88 for a
endphoneme endphoneme




phoneme 2 // low (²) phoneme 2 // low (²)
stress stress
ipa ˨ ipa ˨
//Tone(104, 96, envelope/p_fall, NULL)
//DF voice based
Tone(105, 93, envelope/p_fall, NULL) //need a pitch contour of 104-96 for a
//Tone(105, 93, envelope/p_fall, NULL) //need a pitch contour of 104-96 for a
Tone(49, 36, envelope/p_fall, NULL) //need a pitch contour of 104-96 for a
endphoneme endphoneme


phoneme 3 // high (³)
phoneme 23 // rising (²³)
stress stress
ipa ˧
//Tone(108, 112, envelope/p_rise, NULL)
Tone(109, 116, envelope/p_rise, NULL) //need a pitch contour of 108-112 for a
ipa ˨˧
Tone(38, 52, envelope/p_rise, NULL) //need a pitch contour of 97-109 for a
endphoneme endphoneme


phoneme 4 // extra high rise (⁴)
phoneme 32 // falling (³²)
stress stress
ipa ˧˦
Tone(112, 134, envelope/p_rise, NULL) //need a pitch contour of 109-127 for a
ipa ˧˨
//Tone(128, 96, envelope/p_fall, NULL) //need a pitch contour of 122-97 for a
Tone(69, 37, envelope/p_fall, NULL) //need a pitch contour of 122-97 for a
endphoneme endphoneme


phoneme 23 // rising (²³)
phoneme 3 // high (³)
stress stress
ipa ˨˧
Tone(96, 111, envelope/p_rise, NULL) //need a pitch contour of 97-109 for a
ipa ˧
//Tone(109, 116, envelope/p_rise, NULL) //need a pitch contour of 108-112 for a
Tone(50, 55, envelope/p_rise, NULL) //need a pitch contour of 108-112 for a
endphoneme endphoneme


phoneme 32 // falling (³²)
phoneme 4 // extra high rise (⁴)
stress stress
ipa ˧˨
Tone(128, 96, envelope/p_fall, NULL) //need a pitch contour of 122-97 for a
ipa ˧˦
Tone(52, 73, envelope/p_rise, NULL) //need a pitch contour of 109-127 for a
endphoneme endphoneme


phoneme 43 // extra high fall (⁴³) - end of word tone phoneme 43 // extra high fall (⁴³) - end of word tone
stress stress
ipa ˦˧ ipa ˦˧
//need a pitch contour of 122-75 for a~ //need a pitch contour of 122-75 for a~
//but can't seem to get espeak-ng to generate it when analysed via praat
Tone(127, 71, envelope/p_fall, NULL)
//length 150
//Tone(127, 71, envelope/p_fall, NULL)
Tone(67, 19, envelope/p_fall, NULL)
endphoneme endphoneme


//******************************************************************* //*******************************************************************
endphoneme endphoneme


// fix specific consonents to last long enough to be heard // fix specific consonents to last long enough to be heard
phoneme l
phoneme lxx
import_phoneme base2/l import_phoneme base2/l
length 75 length 75
Tone(105, 93, envelope/p_fall, NULL)
endphoneme endphoneme


phoneme m
phoneme mxx
import_phoneme base2/m import_phoneme base2/m
length 75 length 75
Tone(105, 93, envelope/p_fall, NULL)
endphoneme endphoneme


phoneme n
phoneme nxx
import_phoneme base2/n import_phoneme base2/n
length 75 length 75
Tone(105, 93, envelope/p_fall, NULL)
endphoneme endphoneme


phoneme w
phoneme wxx
import_phoneme base2/w import_phoneme base2/w
length 75
length 175
Tone(105, 93, envelope/p_fall, NULL)
endphoneme endphoneme


phoneme j
phoneme jxx
import_phoneme base1/j import_phoneme base1/j
length 75 length 75
Tone(105, 93, envelope/p_fall, NULL)
endphoneme endphoneme


phoneme h
phoneme hxx
import_phoneme base1/h import_phoneme base1/h
length 5
length 75
Tone(105, 93, envelope/p_fall, NULL)
//lengthmod 1 //lengthmod 1
endphoneme endphoneme

Loading…
Cancel
Save