@@ -54,7 +54,7 @@ transcriptions are consistent. | |||
|-----------------------------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------| | |||
| | `vls` | `vcd` | `vls` | `vcd` | `vls` | `vcd` | `vls` | `vcd` | `vls` | `vcd` | `vls` | `vcd` | `vls` | `vcd` | `vls` | `vcd` | `vls` | `vcd` | `vls` | `vcd` | `vls` | `vcd` | `vls` | `vcd` | | |||
| `nas` | m̥ | m | | ɱ | | | n̥ | n | | | ɳ̊ | ɳ | ɲ̟̊ | ɲ̟ | ɲ̊ | ɲ | ŋ̊ | ŋ | ɴ̥ | ɴ | | | | | | |||
| `stp` | p | b | p̪ | b̪ | | | t | d | | | ʈ | ɖ | | | c | ɟ | k | ɡ | q | ɢ | ʡ | | ʔ | | | |||
| `stp` | p | b | p̪ | b̪ | t̪ | d̪ | t | d | | | ʈ | ɖ | | | c | ɟ | k | ɡ | q | ɢ | ʡ | | ʔ | | | |||
| `sib` `afr` | | | | | | | t͡s | d͡z | t͡ʃ | d͡ʒ | ʈ͡ʂ | ɖ͡ʐ | t͡ɕ | d͡ʑ | | | | | | | | | | | | |||
| `afr` | p͡ɸ | b͡β | p̪͡f | b̪͡v | t͡θ | d͡ð | | | | | | | | | c͡ç | ɟ͡ʝ | k͡x | ɡ͡ɣ | q͡χ | ɢ͡ʁ | ʡ͡ħ | ʡ͡ʕ | ʔ͡h | | | |||
| `lat` `afr` | | | | | | | t͡ɬ | d͡ɮ | | | ʈ͡ɭ̊˔ | | | | c͡ʎ̥˔ | | k͡ʟ̝̊ | ɡ͡ʟ̝ | | | | | | | |
@@ -8,7 +8,7 @@ | |||
// | | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | vls | vcd | | |||
// |---------|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----| | |||
// | nas | | m | | | | | | n | | | | n` | | | | J | | N | | | | | | | | |||
// | stp | | | | | | | t | | | | | | | | | | | | | | | | | | | |||
// | stp | | | | | t_d | | t | | | | | | | | | | | | | | | | | | | |||
// | sib afr | | | | | | | | | | | | | | | | | | | | | | | | | | |||
// | afr | | | | | | | | | | | | | | | | | | | | | | | | | | |||
// | lat afr | | | | | | | | | | | | | | | | | | | | | | | | | | |||
@@ -184,6 +184,19 @@ endphoneme | |||
// stop | |||
phoneme t_d | |||
vls dnt stp | |||
ipa t̪ | |||
lengthmod 2 | |||
Vowelin f1=1 f2=1500 -250 250 f3=-100 80 amp=16 | |||
Vowelout f1=0 f2=1500 -300 250 f3=-100 80 rms=20 | |||
IF nextPh(isPause2) THEN | |||
WAV(ustop/t_dnt, 35) | |||
ENDIF | |||
WAV(ustop/t_hi, 70) | |||
endphoneme | |||
phoneme t | |||
vls alv stp | |||
ipa t |
@@ -1187,18 +1187,9 @@ phoneme t | |||
voicingswitch d | |||
endphoneme | |||
phoneme t[ // dental variant of /t/ | |||
vls dnt stp | |||
import_phoneme ipa/t_d | |||
voicingswitch d[ | |||
lengthmod 2 | |||
Vowelin f1=1 f2=1500 -250 250 f3=-100 80 amp=16 | |||
Vowelout f1=0 f2=1500 -300 250 f3=-100 80 rms=20 | |||
IF nextPh(isPause2) THEN | |||
WAV(ustop/t_dnt, 35) | |||
ENDIF | |||
WAV(ustop/t_hi, 70) | |||
endphoneme | |||