Skip to content

Commit

Permalink
labialized sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed May 16, 2023
1 parent 281bb31 commit a4b1bfe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion form.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const CONSONANTS = [
{ i: "gQ~", o: "g66", name: 'Pharyngealized g sound' },
{ i: "gG~", o: "g6", name: 'Velarized g sound' },
{ i: "gy~", o: "g5", name: 'Palatalized g sound' },
{ i: "gw~h~", o: "g^55", name: 'Aspirated labialized g sound' },
{ i: "gw~", o: "g55", name: 'Labialized g sound' },
{ i: "g", o: "g", name: 'G sound' },
{ i: "'", o: "'", name: 'Lack of sound, glottal stop' },
Expand All @@ -96,6 +97,7 @@ const CONSONANTS = [
{ i: "dQ~", o: "d66", name: 'Pharyngealized d sound' },
{ i: "dG~", o: "d6", name: 'Velarized d sound' },
{ i: "dy~", o: "d5", name: 'Palatalized d sound' },
{ i: "dw~h~", o: "d^55", name: 'Aspirated labialized d sound' },
{ i: "dw~", o: "d55", name: 'Labialized d sound' },
{ i: "Dh~", o: "d^4", name: 'Aspirated Indian d sound' },
{ i: "D", o: "d4", name: 'Indian d sound' },
Expand All @@ -106,6 +108,7 @@ const CONSONANTS = [
{ i: "bQ~", o: "b66", name: 'Pharyngealized b sound' },
{ i: "bG~", o: "b6", name: 'Velarized b sound' },
{ i: "by~", o: "b5", name: 'Palatalized b sound' },
{ i: "bw~h~", o: "b^55", name: 'Aspirated labialized b sound' },
{ i: "bw~", o: "b55", name: 'Labialized b sound' },
{ i: "b?", o: "b06", name: 'Implosive b sound' },
{ i: "b!", o: "b05", name: 'Ejective b sound' },
Expand All @@ -115,6 +118,7 @@ const CONSONANTS = [
{ i: "pQ~", o: "p44", name: 'Pharyngealized p sound' },
{ i: "pG~", o: "p4", name: 'Velarized p sound' },
{ i: "py~", o: "p3", name: 'Palatalized p sound' },
{ i: "pw~h~", o: "p%33", name: 'Aspirated labialized p sound' },
{ i: "pw~", o: "p33", name: 'Labialized p sound' },
{ i: "p!", o: "p93", name: 'Ejective p sound' },
{ i: "p*h~", o: "p%7", name: 'Aspirated click p sound' },
Expand All @@ -131,6 +135,7 @@ const CONSONANTS = [
{ i: "tQ~", o: "t66", name: 'Pharyngealized t sound' },
{ i: "tG~", o: "t6", name: 'Velarized t sound' },
{ i: "ty~", o: "t5", name: 'Palatalized t sound' },
{ i: "tw~h~", o: "t^55", name: 'Aspirated labialized t sound' },
{ i: "tw~", o: "t55", name: 'Labialized t sound' },
{ i: "t!", o: "t05", name: 'Ejective t sound' },
{ i: "t*h~", o: "t^8", name: 'Aspirated click t sound' },
Expand All @@ -142,6 +147,7 @@ const CONSONANTS = [
{ i: "k*h~", o: "k%7", name: 'Aspirated click k sound' },
{ i: "k*", o: "k7", name: 'Click k sound' },
{ i: "ky~h~", o: "k%3", name: 'Aspirated palatalized k sound' },
{ i: "kw~h~", o: "k%33", name: 'Aspirated labialized k sound' },
{ i: "kh~", o: "k%", name: 'Aspirated k sound' },
{ i: "kQ~", o: "k44", name: 'Pharyngealized k sound' },
{ i: "kG~", o: "k4", name: 'Velarized k sound' },
Expand All @@ -151,13 +157,14 @@ const CONSONANTS = [
{ i: "KQ~", o: "k644", name: 'Pharyngealized Arabic Q sound' },
{ i: "KG~", o: "k64", name: 'Velarized Arabic Q sound' },
{ i: "Ky~", o: "k63", name: 'Palatalized Arabic Q sound' },
{ i: "Kw~h~", o: "k6%33", name: 'Aspirated labialized Arabic Q sound' },
{ i: "Kw~", o: "k633", name: 'Labialized Arabic Q sound' },
{ i: "K!", o: "k693", name: 'Arabic ejective Q sound' },
{ i: "K", o: "k6", name: 'Arabic Q sound' },
{ i: "k@", o: "k99", name: 'Tense k sound' },
{ i: "k.", o: "k9", name: 'Stop k sound' },
{ i: "k", o: "k", name: 'K sound' },
{ i: "Hh!", o: "h5%", name: 'Voiceless H sound' },
{ i: "Hh", o: "h5%", name: 'Voiceless H sound' },
{ i: "H!", o: "h593", name: 'Ejective H sound' },
{ i: "Hy~", o: "h53", name: 'Palatalized H sound' },
{ i: "Hw~", o: "h533", name: 'Labialized H sound' },
Expand Down

0 comments on commit a4b1bfe

Please sign in to comment.