Browse Source

Removed AzurePhraseList and added SPIE to SpecialWords

master
Tillman Staffen 2 days ago
parent
commit
28171c8d91
  1. BIN
      Unreal/Content/Project/BP/BP_Project_Manager.uasset
  2. BIN
      Unreal/Content/Project/BP/EnumsAndStructs/S_ConfigSettings.uasset
  3. BIN
      Unreal/Content/Project/BP/Modes/DA_Mode_SPIE.uasset
  4. 23
      Unreal/Content/Schema/Spie_Config.schema.json

BIN
Unreal/Content/Project/BP/BP_Project_Manager.uasset

Binary file not shown.

BIN
Unreal/Content/Project/BP/EnumsAndStructs/S_ConfigSettings.uasset

Binary file not shown.

BIN
Unreal/Content/Project/BP/Modes/DA_Mode_SPIE.uasset

Binary file not shown.

23
Unreal/Content/Schema/Spie_Config.schema.json

@ -278,18 +278,6 @@
"category": "STT Settings" "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": "STTSettings":
{ {
@ -339,10 +327,14 @@
"TranscribedWords": [ "TranscribedWords": [
"spie", "spie",
"schpie", "schpie",
"spieh" "spieh",
"spiel"
], ],
"ReplacementWord": "SPIE" "ReplacementWord": "SPIE"
} }
],
"STTSpecialWords": [
"SPIE"
] ]
}, },
"category": "STT Settings", "category": "STT Settings",
@ -453,6 +445,11 @@
"type": "string" "type": "string"
} }
} }
},
"STTSpecialWords":
{
"type": "array",
"itemsType": "string"
} }
} }
} }

Loading…
Cancel
Save