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