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

// | | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | // | | 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 | | | | | | | // | nas | | m | | | | | | n | | | | n` | | | | J | | N | | | | | | |
// | stp | | | | | | | | | | | | | | | | | | | | | | | | |
// | stp | | | | | | | t | | | | | | | | | | | | | | | | | |
// | sib afr | | | | | | | | | | | | | | | | | | | | | | | | | // | sib afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | afr | | | | | | | | | | | | | | | | | | | | | | | | | // | afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | | // | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |
ENDIF ENDIF
endphoneme 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 // approximant


phoneme r\\ phoneme r\\

+ 1
- 13
phsource/phonemes View File





phoneme t phoneme t
vls alv stp
import_phoneme ipa/t
voicingswitch d 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 endphoneme





Loading…
Cancel
Save