Browse Source

ipa: d̪ (vcd dnt stp)

master
Reece H. Dunn 8 years ago
parent
commit
39f7e7b2f6
2 changed files with 21 additions and 18 deletions
  1. 20
    1
      phsource/ph_ipa
  2. 1
    17
      phsource/phonemes

+ 20
- 1
phsource/ph_ipa View File

@@ -8,7 +8,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 | | | | | t_d | | t | d | | | | | | | | | | | | | | | | |
// | stp | | | | | t_d | d_d | t | d | | | | | | | | | | | | | | | | |
// | sib afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |
@@ -197,6 +197,25 @@ phoneme t_d
WAV(ustop/t_hi, 70)
endphoneme

phoneme d_d
vcd dnt stp
lengthmod 5
Vowelin f1=2 f2=1500 -300 300 f3=-150 80
Vowelout f1=2 f2=1500 -300 300 f3=-150 80

IF PreVoicing THEN
FMT(d/xd)
ENDIF

IF nextPh(isPause2) THEN
FMT(d/d_) addWav(x/d_)
ELIF nextPh(isRhotic) THEN
FMT(d/dr) addWav(x/d_dnt, 100)
ENDIF

FMT(d/d) addWav(x/d_dnt, 100)
endphoneme

phoneme t
vls alv stp
ipa t

+ 1
- 17
phsource/phonemes View File

@@ -797,26 +797,10 @@ phoneme d
endphoneme

phoneme d[
vcd dnt stp
import_phoneme ipa/d_d
voicingswitch t[
lengthmod 5
Vowelin f1=2 f2=1500 -300 300 f3=-150 80
Vowelout f1=2 f2=1500 -300 300 f3=-150 80

IF PreVoicing THEN
FMT(d/xd)
ENDIF

IF nextPh(isPause2) THEN
FMT(d/d_) addWav(x/d_)
ELIF nextPh(r) THEN
FMT(d/dr) addWav(x/d_dnt, 100)
ENDIF

FMT(d/d) addWav(x/d_dnt, 100)
endphoneme


phoneme dZ // **j**udge
vcd pla afr sib
voicingswitch tS

Loading…
Cancel
Save