Browse Source

ipa: ɬ (vls alv lat frc).

master
Reece H. Dunn 8 years ago
parent
commit
e338295e19
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

@@ -17,7 +17,7 @@
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | sib frc | | | | | | | s | z | S | Z | s` | z` | s\ | z\ | | | | | | | | | | |
// | frc | | B | f | v | T | D | | | | | | | | | | j\ | | G | | R | | | | |
// | lat frc | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat frc | | | | | | | K | | | | | | | | | | | | | | | | | |
// | apr | | P | | | | | | r\ | | | | | | | | j | | | | | | | | |
// | lat apr | | | | | | | | l | | | | l` | | | | L | | L\ | | | | | | |
// | flp | | | | | | | | | | | | | | | | | | | | | | | | |
@@ -600,6 +600,27 @@ phoneme s_j
WAV(ufric/s_pzd)
endphoneme

phoneme K
vls alv lat frc
ipa ɬ
lengthmod 3

NextVowelStarts
VowelStart(l/l@)
VowelStart(l/la)
VowelStart(l/le)
VowelStart(l/li, -10)
VowelStart(l/lo)
VowelStart(l/lu)
EndSwitch

IF prevPh(isVowel) THEN
VowelEnding(l/xl, -40)
ENDIF

WAV(ufric/l#, 60)
endphoneme

phoneme z
vcd alv sib frc
ipa z

+ 1
- 19
phsource/phonemes View File

@@ -750,27 +750,9 @@ phoneme S;
endphoneme

phoneme l# // Lateral fricative (eg. Welsh "ll")
vls alv frc
ipa ɬ
lengthmod 3

NextVowelStarts
VowelStart(l/l@)
VowelStart(l/la)
VowelStart(l/le)
VowelStart(l/li, -10)
VowelStart(l/lo)
VowelStart(l/lu)
EndSwitch

IF prevPh(isVowel) THEN
VowelEnding(l/xl, -40)
ENDIF

WAV(ufric/l#, 60)
import_phoneme ipa/K
endphoneme


phoneme C // German i**ch**
vls pal frc
lengthmod 3

Loading…
Cancel
Save