Browse Source

ipa: x (vls vel frc).

master
Reece H. Dunn 8 years ago
parent
commit
c88c43eecc
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 | | | | | | | | | C | j\ | | G | | R | | | | |
// | frc | | B | f | v | T | D | | | | | | | | | C | j\ | x | G | | R | | | | |
// | lat frc | | | | | | | K | | | | | | | | | | | | | | | | | |
// | apr | | P | | | | | | r\ | | | | | | | | j | | | | | | | | |
// | lat apr | | | | | | | | l | | | | l` | | | | L | | L\ | | | | | | |
@@ -766,6 +766,19 @@ phoneme j\\
FMT(voc/j) addWav(ufric/ch, 25)
endphoneme

phoneme x
vls vel frc
ipa x
lengthmod 3
Vowelin f1=0 f2=2300 200 400 f3=-100 80
Vowelout f1=0 f2=2300 300 400 f3=-100 80 rms=20

IF nextPh(isPause) THEN
WAV(ufric/x_, 60)
ENDIF
WAV(ufric/x_hr, 20)
endphoneme

phoneme G
vcd vel frc
ipa ɣ

+ 1
- 10
phsource/phonemes View File

@@ -758,19 +758,10 @@ phoneme C // German i**ch**
endphoneme

phoneme x // German bu**ch**
vls vel frc
import_phoneme ipa/x
voicingswitch Q
lengthmod 3
Vowelin f1=0 f2=2300 200 400 f3=-100 80
Vowelout f1=0 f2=2300 300 400 f3=-100 80 rms=20

IF nextPh(isPause) THEN
WAV(ufric/x_, 60)
ENDIF
WAV(ufric/x_hr, 20)
endphoneme


phoneme X
vls uvl frc
voicingswitch Q"

Loading…
Cancel
Save