Browse Source

ipa: c (vls pal stp)

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

+ 14
- 1
phsource/ph_ipa View File

@@ -11,7 +11,7 @@
// | | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd |
// |---------|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|
// | nas | | m | | | | | | n | | | | n` | | | | J | | N | | | | | | |
// | stp | | b | | | t_d | d_d | t | d | | | | | | | | J\ | | g | | | | | | |
// | stp | | b | | | t_d | d_d | t | d | | | | | | | c | J\ | | g | | | | | | |
// | sib afr | | | | | | | | | tS) | dZ) | | | ts\)| dz\)| | | | | | | | | | |
// | afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |
@@ -305,6 +305,19 @@ phoneme d
FMT(d/d) addWav(x/d)
endphoneme

phoneme c
vls pal stp
ipa c
lengthmod 2
Vowelin f1=0 f2=2700 400 600 f3=300 80 rate len=70
Vowelout f1=1 f2=2700 400 600 f3=200 70 len=50 colr=1

IF nextPh(isPause2) THEN
WAV(ustop/t_pzd, 30)
ENDIF
WAV(ustop/c, 150)
endphoneme

phoneme J\\
vcd pal stp
ipa ɟ

+ 1
- 10
phsource/phonemes View File

@@ -841,19 +841,10 @@ phoneme tS;
endphoneme

phoneme c
vls pal stp pzd
import_phoneme ipa/c
voicingswitch J
lengthmod 2
Vowelin f1=0 f2=2700 400 600 f3=300 80 rate len=70
Vowelout f1=1 f2=2700 400 600 f3=200 70 len=50 colr=1

IF nextPh(isPause2) THEN
WAV(ustop/t_pzd, 30)
ENDIF
WAV(ustop/c, 150)
endphoneme


phoneme k
vls vel stp
voicingswitch g

Loading…
Cancel
Save