From ed87adf6fe3732c78f7572d09368574e1ebd4bfa Mon Sep 17 00:00:00 2001 From: daijro Date: Tue, 19 Nov 2024 03:00:00 -0600 Subject: [PATCH] Update properties & release beta.16 --- .gitignore | 2 ++ settings/properties.json | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index b7a9961..53aa603 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ pythonlib/*.png scripts/*.png .vscode /tests/*.disabled +k8s/ +benchmark/ # Old data _old/ diff --git a/settings/properties.json b/settings/properties.json index a269a34..b676801 100644 --- a/settings/properties.json +++ b/settings/properties.json @@ -87,6 +87,10 @@ { "property": "voices:blockIfNotDefined", "type": "bool" }, { "property": "voices:fakeCompletion", "type": "bool" }, { "property": "voices:fakeCompletion:charsPerSecond", "type": "double" }, + { "property": "mediaDevices:micros", "type": "uint" }, + { "property": "mediaDevices:webcams", "type": "uint" }, + { "property": "mediaDevices:speakers", "type": "uint" }, + { "property": "mediaDevices:enabled", "type": "bool" }, { "property": "memorysaver", "type": "bool" }, { "property": "debug", "type": "bool" } ] \ No newline at end of file