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

@@ -16,7 +16,7 @@
// | afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | 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 | | | | | | | | | | | | | | | | | |
// | apr | | P | | | | | | r\ | | | | | | | | j | | | | | | | | |
// | lat apr | | | | | | | | l | | | | l` | | | | L | | L\ | | | | | | |
@@ -821,6 +821,27 @@ phoneme R
FMT(voc/Q_ulv) addWav(ufric/xx, 80)
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

phoneme P

+ 1
- 19
phsource/phonemes View File

@@ -768,28 +768,10 @@ phoneme X
endphoneme

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



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

Loading…
Cancel
Save