Browse Source

ipa: t͡s (vls alv sib afr).

master
Reece H. Dunn 8 years ago
parent
commit
dd66fe41e3
2 changed files with 14 additions and 11 deletions
  1. 1
    10
      phsource/ph_consonants
  2. 13
    1
      phsource/ph_ipa

+ 1
- 10
phsource/ph_consonants View File

@@ -1,20 +1,11 @@

// Extra consonants. Use (for example):
// import_phoneme consonants/ts

phoneme ts
vls alv afr sib
import_phoneme ipa/ts\)
voicingswitch dz
lengthmod 2
Vowelin f1=0 f2=1700 -300 300 f3=-100 80
Vowelout f1=0 f2=1700 -300 250 f3=-100 80 rms=20
IF nextPh(isPause2) THEN
WAV(ustop/ts_)
ENDIF
WAV(ustop/ts)
endphoneme


phoneme dz
vcd alv afr sib
voicingswitch ts

+ 13
- 1
phsource/ph_ipa View File

@@ -12,7 +12,7 @@
// |---------|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|
// | nas | | m | | | | | | n | | | | n` | | | | J | | N | | | | | | |
// | stp | p | b | | | t_d | d_d | t | d | | | | | | | c | J\ | k | g | q | | | | | |
// | sib afr | | | | | | | | | tS) | dZ) | | | ts\)| dz\)| | | | | | | | | | |
// | sib afr | | | | | | | ts) | | tS) | dZ) | | | ts\)| dz\)| | | | | | | | | | |
// | afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | sib frc | | | | | | | s | z | S | Z | s` | z` | s\ | z\ | | | | | | | | | | |
@@ -420,6 +420,18 @@ endphoneme

// affricate

phoneme ts\)
vls alv sib afr
ipa t͡s
lengthmod 2
Vowelin f1=0 f2=1700 -300 300 f3=-100 80
Vowelout f1=0 f2=1700 -300 250 f3=-100 80 rms=20
IF nextPh(isPause2) THEN
WAV(ustop/ts_)
ENDIF
WAV(ustop/ts)
endphoneme

phoneme tS\)
vls pla sib afr
ipa t͡ʃ

Loading…
Cancel
Save