Browse Source

Fix issue #492

master
Karl Eick 5 years ago
parent
commit
830690be0d
1 changed files with 20 additions and 3 deletions
  1. 20
    3
      phsource/ph_german

+ 20
- 3
phsource/ph_german View File

phoneme b phoneme b
vcd blb stp vcd blb stp
voicingswitch p voicingswitch p
IF nextPh(l2) THEN
IF nextPh(l2) OR nextPh(isPause) THEN
ChangePhoneme(p) ChangePhoneme(p)
ENDIF ENDIF
CALL base1/b CALL base1/b
phoneme d phoneme d
vcd alv stp vcd alv stp
voicingswitch t voicingswitch t
IF nextPh(l2) THEN
IF nextPh(l2) OR nextPh(isPause) THEN
ChangePhoneme(t) ChangePhoneme(t)
ENDIF ENDIF
lengthmod 5 lengthmod 5
phoneme g phoneme g
vcd vel stp vcd vel stp
voicingswitch k voicingswitch k
IF nextPh(l2) THEN
IF nextPh(l2) OR nextPh(isPause) THEN
ChangePhoneme(k) ChangePhoneme(k)
ENDIF ENDIF
CALL base1/g CALL base1/g
WAV(ustop/k) WAV(ustop/k)
endphoneme endphoneme


phoneme v
vcd lbd frc
voicingswitch f
IF nextPh(isPause) THEN
ChangePhoneme(f)
ENDIF
CALL base1/v
endphoneme

phoneme z
vcd alv frc sib
voicingswitch s
IF nextPh(isPause) THEN
ChangePhoneme(s)
ENDIF
CALL base1/z
endphoneme


phoneme x phoneme x
vls vel frc vls vel frc

Loading…
Cancel
Save