PSC_SharkTable/Plugins/BasemashVoiceCommander/BasemashVoiceCommander.uplugin

36 lines
809 B
Text
Raw Normal View History

{
"FileVersion": 3,
"Version": 2,
"VersionName": "0.1.1",
"FriendlyName": "Basemash Voice Commander",
"Description": "Voice-controlled object manipulation plugin. Local mic or Pixel Streaming 2 browser mic as audio source. Groq STT + LLM command parsing. Fully modular via Blueprint-registered actions.",
"Category": "Audio",
"CreatedBy": "Basemash",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "BasemashVoiceCommander",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "AudioCapture",
"Enabled": true
},
{
"Name": "PixelStreaming2",
"Enabled": true,
"Optional": true
}
]
}