Browse Source

ipa: t͡ʃ (vls pla sib afr)

master
Reece H. Dunn 8 years ago
parent
commit
d170b0c024
2 changed files with 16 additions and 9 deletions
  1. 15
    1
      phsource/ph_ipa
  2. 1
    8
      phsource/phonemes

+ 15
- 1
phsource/ph_ipa View File

@@ -9,7 +9,7 @@
// |---------|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|
// | nas | | m | | | | | | n | | | | n` | | | | J | | N | | | | | | |
// | stp | | b | | | t_d | d_d | t | d | | | | | | | | J\ | | g | | | | | | |
// | sib afr | | | | | | | | | | dZ) | | | dz\)| | | | | | | | | | | |
// | sib afr | | | | | | | | | tS) | dZ) | | | dz\)| | | | | | | | | | | |
// | afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | sib frc | | | | | | | | z | | Z | | z` | | z\ | | | | | | | | | | |
@@ -34,6 +34,8 @@
// | ptr apr | | | | | | | | | | | | w |
// | fzd lat apr | | | | | | | | | | | | |

// NOTE: ')' needs to be replaced with '\)' and '\' with '\\' when referencing these phonemes in the phoneme files.

// nasal

phoneme m
@@ -343,6 +345,18 @@ endphoneme

// affricate

phoneme tS\)
vls pla sib afr
ipa t͡ʃ
lengthmod 2
Vowelin f1=0 f2=2300 200 400 f3=-100 80

IF nextPh(isPause2) THEN
WAV(ustop/tsh_)
ENDIF
WAV(ustop/tsh)
endphoneme

phoneme dZ\)
vcd pla sib afr
ipa d͡ʒ

+ 1
- 8
phsource/phonemes View File

@@ -833,15 +833,8 @@ endphoneme


phoneme tS // **ch**urch
vls pla afr sib
import_phoneme ipa/tS\)
voicingswitch dZ
lengthmod 2
Vowelin f1=0 f2=2300 200 400 f3=-100 80

IF nextPh(isPause2) THEN
WAV(ustop/tsh_)
ENDIF
WAV(ustop/tsh)
endphoneme



Loading…
Cancel
Save