Browse Source

ipa: h (vls glt frc).

master
Reece H. Dunn 8 years ago
parent
commit
98355a0f47
2 changed files with 23 additions and 20 deletions
  1. 22
    1
      phsource/ph_ipa
  2. 1
    19
      phsource/phonemes

+ 22
- 1
phsource/ph_ipa View File

// | afr | | | | | | | | | | | | | | | | | | | | | | | | | // | afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | | // | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | sib frc | | | | | | | s | z | S | Z | s` | z` | s\ | z\ | | | | | | | | | | | // | sib frc | | | | | | | s | z | S | Z | s` | z` | s\ | z\ | | | | | | | | | | |
// | frc | | B | f | v | T | D | | | | | | | | | C | j\ | x | G | X | R | | | | |
// | frc | | B | f | v | T | D | | | | | | | | | C | j\ | x | G | X | R | | | h | |
// | lat frc | | | | | | | K | | | | | | | | | | | | | | | | | | // | lat frc | | | | | | | K | | | | | | | | | | | | | | | | | |
// | apr | | P | | | | | | r\ | | | | | | | | j | | | | | | | | | // | apr | | P | | | | | | r\ | | | | | | | | j | | | | | | | | |
// | lat apr | | | | | | | | l | | | | l` | | | | L | | L\ | | | | | | | // | lat apr | | | | | | | | l | | | | l` | | | | L | | L\ | | | | | | |
FMT(voc/Q_ulv) addWav(ufric/xx, 80) FMT(voc/Q_ulv) addWav(ufric/xx, 80)
endphoneme endphoneme


phoneme h
vls glt frc
ipa h
lengthmod 3

IF nextPh(#@) THEN
WAV(h/h@)
ELIF nextPh(#a) THEN
WAV(h/ha)
ELIF nextPh(#e) THEN
WAV(h/he)
ELIF nextPh(#i) THEN
WAV(h/hi)
ELIF nextPh(#o) THEN
WAV(h/ho)
ELIF nextPh(#u) THEN
WAV(h/hu)
ENDIF
WAV(h/h_, 70) // no vowel following
endphoneme

// approximant // approximant


phoneme P phoneme P

+ 1
- 19
phsource/phonemes View File

endphoneme endphoneme


phoneme h phoneme h
vls glt apr
lengthmod 3
ipa h

IF nextPh(#@) THEN
WAV(h/h@)
ELIF nextPh(#a) THEN
WAV(h/ha)
ELIF nextPh(#e) THEN
WAV(h/he)
ELIF nextPh(#i) THEN
WAV(h/hi)
ELIF nextPh(#o) THEN
WAV(h/ho)
ELIF nextPh(#u) THEN
WAV(h/hu)
ENDIF
WAV(h/h_, 70) // no vowel following
import_phoneme ipa/h
endphoneme endphoneme





//******************************************************************* //*******************************************************************
// ADDITIONAL PHONEME TABLES // ADDITIONAL PHONEME TABLES
//******************************************************************* //*******************************************************************

Loading…
Cancel
Save