Browse Source

ipa: ʋ (vcd lbd apr).

master
Reece H. Dunn 8 years ago
parent
commit
0a55fe6ad4
2 changed files with 15 additions and 12 deletions
  1. 13
    1
      phsource/ph_ipa
  2. 2
    11
      phsource/phonemes

+ 13
- 1
phsource/ph_ipa View File

@@ -15,7 +15,7 @@
// | sib frc | | | | | | | | | | | | | | | | | | | | | | | | |
// | frc | | B | | v | | | | | | | | | | | | | | | | | | | | |
// | lat frc | | | | | | | | | | | | | | | | | | | | | | | | |
// | apr | | | | | | | | r\ | | | | | | | | j | | | | | | | | |
// | apr | | P | | | | | | r\ | | | | | | | | j | | | | | | | | |
// | lat apr | | | | | | | | | | | | | | | | | | | | | | | | |
// | flp | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat flp | | | | | | | | | | | | | | | | | | | | | | | | |
@@ -432,6 +432,18 @@ endphoneme

// approximant

phoneme P
vcd lbd apr
ipa ʋ
lengthmod 6
Vowelin f1=0 f2=1000 -300 -200 f3=-300 100
Vowelout f1=0 f2=1000 -500 -300 f3=-300 60 len=50
IF nextPh(isPause2) THEN
FMT(voc/v#_)
ENDIF
FMT(voc/v#)
endphoneme

phoneme r\\
vcd alv apr liquid rhotic
ipa ɹ

+ 2
- 11
phsource/phonemes View File

@@ -744,20 +744,11 @@ phoneme v
voicingswitch f
endphoneme

phoneme v# // approximant, not fricative
vcd lbd frc
ipa ʋ
lengthmod 6
phoneme v#
import_phoneme ipa/P
voicingswitch f
Vowelin f1=0 f2=1000 -300 -200 f3=-300 100
Vowelout f1=0 f2=1000 -500 -300 f3=-300 60 len=50
IF nextPh(isPause2) THEN
FMT(voc/v#_)
ENDIF
FMT(voc/v#)
endphoneme


phoneme D // **th**is
vcd dnt frc
voicingswitch T

Loading…
Cancel
Save