Browse Source

ipa: ʃ (vls pla sib frc).

master
Reece H. Dunn 8 years ago
parent
commit
dce61376d8
2 changed files with 15 additions and 11 deletions
  1. 14
    1
      phsource/ph_ipa
  2. 1
    10
      phsource/phonemes

+ 14
- 1
phsource/ph_ipa View File

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

phoneme S
vls pla sib frc
ipa ʃ
lengthmod 3
Vowelin f1=0 f2=2100 100 300 f3=-100 80
Vowelout f1=0 f2=2100 100 300 f3=-100 80

IF nextPh(isPause) THEN
WAV(ufric/sh_)
ENDIF
WAV(ufric/sh)
endphoneme

phoneme Z
vcd pla sib frc
ipa ʒ

+ 1
- 10
phsource/phonemes View File

@@ -730,19 +730,10 @@ phoneme s
endphoneme

phoneme S // **sh**op
vls pla frc sib
import_phoneme ipa/S
voicingswitch Z
lengthmod 3
Vowelin f1=0 f2=2100 100 300 f3=-100 80
Vowelout f1=0 f2=2100 100 300 f3=-100 80

IF nextPh(isPause) THEN
WAV(ufric/sh_)
ENDIF
WAV(ufric/sh)
endphoneme


phoneme s.
vls pla frc sib
ipa ʂ

Loading…
Cancel
Save