Browse Source

ipa: f (vls lbd frc).

master
Reece H. Dunn 8 years ago
parent
commit
175d3c0299
2 changed files with 15 additions and 10 deletions
  1. 13
    1
      phsource/ph_ipa
  2. 2
    9
      phsource/phonemes

+ 13
- 1
phsource/ph_ipa View File

@@ -16,7 +16,7 @@
// | afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | |
// | sib frc | | | | | | | | z | | Z | | z` | | z\ | | | | | | | | | | |
// | frc | | B | | v | | D | | | | | | | | | | j\ | | G | | R | | | | |
// | frc | | B | f | v | | D | | | | | | | | | | j\ | | G | | R | | | | |
// | lat frc | | | | | | | | | | | | | | | | | | | | | | | | |
// | apr | | P | | | | | | r\ | | | | | | | | j | | | | | | | | |
// | lat apr | | | | | | | | l | | | | l` | | | | L | | L\ | | | | | | |
@@ -507,6 +507,18 @@ phoneme B
FMT(voc/bh) addWav(vocw/v)
endphoneme

phoneme f
vls lbd frc
ipa f
lengthmod 3
Vowelout f1=0 f2=1000 -500 -350 f3=-200 80

IF nextPh(isPause) THEN
WAV(ufric/f_)
ENDIF
WAV(ufric/f)
endphoneme

phoneme v
vcd lbd frc
ipa v

+ 2
- 9
phsource/phonemes View File

@@ -713,19 +713,12 @@ endphoneme
// UNVOICED fricatives
//*******************************************************************


phoneme f
vls lbd frc
import_phoneme ipa/f
voicingswitch v
lengthmod 3
Vowelout f1=0 f2=1000 -500 -350 f3=-200 80

IF nextPh(isPause) THEN
WAV(ufric/f_)
ENDIF
WAV(ufric/f)
endphoneme


phoneme T // **th**in
vls dnt frc
voicingswitch D

Loading…
Cancel
Save