Browse Source

Fix Quenya [[aI]] phoneme

We used to inherit it from the Latin phonemes, which, as I noted in the
commit adding the Sindarin diphthongs, sounds more like /ae/ than /ai/.
Copy the phoneme from Sindarin so that it sounds like /ai/, not /ae/.
(There is no ⟨ae⟩ diphthong in Quenya, so we don’t need a copy of that.)
master
Lucas Werkmeister 3 years ago
parent
commit
8d717b157a
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      phsource/ph_quenya

+ 6
- 0
phsource/ph_quenya View File

@@ -6,6 +6,12 @@ phoneme n
endphoneme


phoneme aI
vwl starttype #a endtype #i
length 240
FMT(vdiph/ai)
endphoneme

phoneme ui
vwl starttype #u endtype #i
length 270

Loading…
Cancel
Save