Browse Source

ipa: ç (vls pal frc).

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

@@ -16,7 +16,7 @@
// | afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | sib frc | | | | | | | s | z | S | Z | s` | z` | s\ | z\ | | | | | | | | | | |
// | frc | | B | f | v | T | D | | | | | | | | | | j\ | | G | | R | | | | |
// | frc | | B | f | v | T | D | | | | | | | | | C | j\ | | G | | R | | | | |
// | lat frc | | | | | | | K | | | | | | | | | | | | | | | | | |
// | apr | | P | | | | | | r\ | | | | | | | | j | | | | | | | | |
// | lat apr | | | | | | | | l | | | | l` | | | | L | | L\ | | | | | | |
@@ -743,6 +743,19 @@ phoneme z\\
FMT(voc/z_pzd) addWav(ufric/s_pzd, 80)
endphoneme

phoneme C
vls pal frc
ipa ç
lengthmod 3
Vowelin f1=0 f2=2700 400 600 f3=200 70
Vowelout f1=0 f2=2700 400 600 f3=200 70 rms=20

IF nextPh(isPause) THEN
WAV(ufric/ch_)
ENDIF
WAV(ufric/ch)
endphoneme

phoneme j\\
vcd pal frc
ipa ʝ

+ 1
- 10
phsource/phonemes View File

@@ -754,18 +754,9 @@ phoneme l# // Lateral fricative (eg. Welsh "ll")
endphoneme

phoneme C // German i**ch**
vls pal frc
lengthmod 3
Vowelin f1=0 f2=2700 400 600 f3=200 70
Vowelout f1=0 f2=2700 400 600 f3=200 70 rms=20

IF nextPh(isPause) THEN
WAV(ufric/ch_)
ENDIF
WAV(ufric/ch)
import_phoneme ipa/C
endphoneme


phoneme x // German bu**ch**
vls vel frc
voicingswitch Q

Loading…
Cancel
Save