diff --git a/Unreal/Content/Project/BP/BP_Project_Manager.uasset b/Unreal/Content/Project/BP/BP_Project_Manager.uasset index e4b6793..244476a 100644 Binary files a/Unreal/Content/Project/BP/BP_Project_Manager.uasset and b/Unreal/Content/Project/BP/BP_Project_Manager.uasset differ diff --git a/Unreal/Content/Project/BP/EnumsAndStructs/S_ConfigSettings.uasset b/Unreal/Content/Project/BP/EnumsAndStructs/S_ConfigSettings.uasset index 6d4ce11..b9cbc57 100644 Binary files a/Unreal/Content/Project/BP/EnumsAndStructs/S_ConfigSettings.uasset and b/Unreal/Content/Project/BP/EnumsAndStructs/S_ConfigSettings.uasset differ diff --git a/Unreal/Content/Project/BP/Modes/DA_Mode_SPIE.uasset b/Unreal/Content/Project/BP/Modes/DA_Mode_SPIE.uasset index 9062c47..b543ef1 100644 Binary files a/Unreal/Content/Project/BP/Modes/DA_Mode_SPIE.uasset and b/Unreal/Content/Project/BP/Modes/DA_Mode_SPIE.uasset differ diff --git a/Unreal/Content/Schema/Spie_Config.schema.json b/Unreal/Content/Schema/Spie_Config.schema.json index 9448276..31a217e 100644 --- a/Unreal/Content/Schema/Spie_Config.schema.json +++ b/Unreal/Content/Schema/Spie_Config.schema.json @@ -278,18 +278,6 @@ "category": "STT Settings" } }, - { - "AzureSpeechService_PhraseList": - { - "type": "array", - "default": [ - "SPIE" - ], - "tooltip": "Additional Phrases to give to Azure to better transcribe the audio", - "category": "STT Settings", - "itemsType": "string" - } - }, { "STTSettings": { @@ -339,10 +327,14 @@ "TranscribedWords": [ "spie", "schpie", - "spieh" + "spieh", + "spiel" ], "ReplacementWord": "SPIE" } + ], + "STTSpecialWords": [ + "SPIE" ] }, "category": "STT Settings", @@ -453,6 +445,11 @@ "type": "string" } } + }, + "STTSpecialWords": + { + "type": "array", + "itemsType": "string" } } }