Browse Source

ipa: t͡ɕ (vls alp sib afr)

master
Reece H. Dunn 8 years ago
parent
commit
88bdbe9256
2 changed files with 17 additions and 14 deletions
  1. 16
    1
      phsource/ph_ipa
  2. 1
    13
      phsource/phonemes

+ 16
- 1
phsource/ph_ipa View File

@@ -1,5 +1,8 @@
// International Phonetic Alphabet phonemes using the Conlang X-SAMPA (CXS)
// transcription scheme.
//
// Reference: "X-SAMPA / CXS" http://www.theiling.de/ipa/
// Reference: "CXS" https://en.wikibooks.org/wiki/Conlang/Appendix/CXS

// Consonants (Pulmonic)
// =====================
@@ -9,7 +12,7 @@
// |---------|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|
// | nas | | m | | | | | | n | | | | n` | | | | J | | N | | | | | | |
// | stp | | b | | | t_d | d_d | t | d | | | | | | | | J\ | | g | | | | | | |
// | sib afr | | | | | | | | | tS) | dZ) | | | dz\)| | | | | | | | | | | |
// | sib afr | | | | | | | | | tS) | dZ) | | | ts\)| dz\)| | | | | | | | | | |
// | afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | sib frc | | | | | | | | z | | Z | | z` | | z\ | | | | | | | | | | |
@@ -374,6 +377,18 @@ phoneme dZ\)
FMT(dzh/dzh) addWav(x/dzh)
endphoneme

phoneme ts\\\)
vls alp sib afr
ipa t͡ɕ
lengthmod 2
Vowelin f1=0 f2=2700 400 600 f3=300 80 rate len=70

IF nextPh(isPause2) THEN
WAV(ustop/ts_pzd)
ENDIF
WAV(ustop/ts_pzd)
endphoneme

phoneme dz\\\)
vcd alp sib afr
ipa d͡ʑ

+ 1
- 13
phsource/phonemes View File

@@ -820,7 +820,6 @@ phoneme p
WAV(ustop/p)
endphoneme


phoneme t
import_phoneme ipa/t
voicingswitch d
@@ -831,27 +830,16 @@ phoneme t[ // dental variant of /t/
voicingswitch d[
endphoneme


phoneme tS // **ch**urch
import_phoneme ipa/tS\)
voicingswitch dZ
endphoneme


phoneme tS;
vls alp sib afr
import_phoneme ipa/ts\\\)
voicingswitch dZ;
ipa tɕ
lengthmod 2
Vowelin f1=0 f2=2700 400 600 f3=300 80 rate len=70

IF nextPh(isPause2) THEN
WAV(ustop/ts_pzd)
ENDIF
WAV(ustop/ts_pzd)
endphoneme


phoneme c
vls pal stp pzd
voicingswitch J

Loading…
Cancel
Save