Browse Source

ipa: t (vls alv stp).

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

+ 17
- 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 | | | | | | | | | | | | | | | | | | | | | | | | |
// | stp | | | | | | | t | | | | | | | | | | | | | | | | | |
// | sib afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |
@@ -179,6 +179,22 @@ phoneme N
ENDIF
endphoneme

// stop

phoneme t
vls alv stp
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/t_)
ELIF nextPh(isRhotic) THEN
WAV(ustop/tr)
ENDIF
WAV(ustop/t, 90)
endphoneme

// approximant

phoneme r\\

+ 1
- 13
phsource/phonemes View File

@@ -1183,20 +1183,8 @@ endphoneme


phoneme t
vls alv stp
import_phoneme ipa/t
voicingswitch d
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/t_)
ELIF nextPh(r) OR nextPh(R) OR nextPh(R2) THEN
WAV(ustop/tr)
ELIF nextPh(@-) THEN
WAV(ustop/t_dnt, 50)
ENDIF
WAV(ustop/t, 90)
endphoneme



Loading…
Cancel
Save