adittion of power calculation for shot distance and power UI

This commit is contained in:
DjordjeIlic 2026-06-08 16:59:05 +02:00
parent a15d714566
commit 3b960967c4
54 changed files with 4164 additions and 26 deletions

View file

@ -0,0 +1,35 @@
{
"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
}
]
}