Browse Source

ipa: p (vls blb stp).

master
Reece H. Dunn 8 years ago
parent
commit
302decc882
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

// | | 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 | | b | | | t_d | d_d | t | d | | | | | | | c | J\ | | g | q | | | | | |
// | stp | p | b | | | t_d | d_d | t | d | | | | | | | c | J\ | | g | q | | | | | |
// | sib afr | | | | | | | | | tS) | dZ) | | | ts\)| dz\)| | | | | | | | | | | // | sib afr | | | | | | | | | tS) | dZ) | | | ts\)| dz\)| | | | | | | | | | |
// | afr | | | | | | | | | | | | | | | | | | | | | | | | | // | afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | | // | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |


// stop // stop


phoneme p
vls blb stp
ipa p
lengthmod 2
Vowelin f1=0 f2=1000 -50 -100 f3=-200 80 amp=11
Vowelout f1=0 f2=1000 -500 -350 f3=-300 80 rms=22

IF nextPh(isPause2) THEN
WAV(ustop/p_)
ELIF nextPh(isRhotic) THEN
WAV(ustop/pr, 70)
ELIF nextPh(#@) THEN
WAV(ustop/p_unasp)
ELIF nextPh(l) THEN
WAV(ustop/pl)
ENDIF
WAV(ustop/p)
endphoneme

phoneme b phoneme b
vcd blb stp vcd blb stp
ipa b ipa b

+ 1
- 17
phsource/phonemes View File





phoneme p phoneme p
vls blb stp
import_phoneme ipa/p
voicingswitch b voicingswitch b
lengthmod 2
Vowelin f1=0 f2=1000 -50 -100 f3=-200 80 amp=11
Vowelout f1=0 f2=1000 -500 -350 f3=-300 80 rms=22

IF nextPh(isPause2) THEN
WAV(ustop/p_)
ELIF nextPh(r) THEN
WAV(ustop/pr, 70)
ELIF nextPh(R) OR nextPh(R2) THEN
WAV(ustop/pr)
ELIF nextPh(@-) THEN
WAV(ustop/p_unasp)
ELIF nextPh(l) THEN
WAV(ustop/pl)
ENDIF
WAV(ustop/p)
endphoneme endphoneme


phoneme t phoneme t

Loading…
Cancel
Save