Browse Source

ipa: s (vls alv sib frc).

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

+ 16
- 1
phsource/ph_ipa View File

@@ -15,7 +15,7 @@
// | sib afr | | | | | | | | | tS) | dZ) | | | ts\)| dz\)| | | | | | | | | | |
// | afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | sib frc | | | | | | | | z | | Z | | z` | | z\ | | | | | | | | | | |
// | sib frc | | | | | | | s | z | | Z | | z` | | z\ | | | | | | | | | | |
// | frc | | B | f | v | T | D | | | | | | | | | | j\ | | G | | R | | | | |
// | lat frc | | | | | | | | | | | | | | | | | | | | | | | | |
// | apr | | P | | | | | | r\ | | | | | | | | j | | | | | | | | |
@@ -572,6 +572,21 @@ phoneme D
FMT(voc/dh) addWav(vocw/dh)
endphoneme

phoneme s
vls alv sib frc
ipa s
lengthmod 3
Vowelin f1=0 f2=1700 -300 300 f3=-100 80
Vowelout f1=0 f2=1700 -300 250 f3=-100 80 rms=20

IF nextPh(isPause) THEN
WAV(ufric/s_)
ELIF nextPh(p) OR nextPh(t) OR nextPh(k) THEN
WAV(ufric/s!)
ENDIF
WAV(ufric/s)
endphoneme

phoneme z
vcd alv sib frc
ipa z

+ 1
- 12
phsource/phonemes View File

@@ -725,21 +725,10 @@ phoneme T // **th**in
endphoneme

phoneme s
vls alv frc sib
import_phoneme ipa/s
voicingswitch z
lengthmod 3
Vowelin f1=0 f2=1700 -300 300 f3=-100 80
Vowelout f1=0 f2=1700 -300 250 f3=-100 80 rms=20

IF nextPh(isPause) THEN
WAV(ufric/s_)
ELIF nextPh(p) OR nextPh(t) OR nextPh(k) THEN
WAV(ufric/s!)
ENDIF
WAV(ufric/s)
endphoneme


phoneme S // **sh**op
vls pla frc sib
voicingswitch Z

Loading…
Cancel
Save