Add new phonemes

This commit is contained in:
Michael Hansen
2023-05-10 12:19:37 -05:00
parent c53493eeb2
commit 5ca42b0753
2 changed files with 29 additions and 13 deletions

View File

@@ -158,6 +158,8 @@ DEFAULT_PHONEME_ID_MAP: Dict[str, List[int]] = {
"ˤ": [146],
"ε": [147],
"": [148],
"#": [149], # Icelandic
'"': [150], # Russian
}