Update properties & release beta.16

This commit is contained in:
daijro 2024-11-19 03:00:00 -06:00
parent 50bf1a0e90
commit ed87adf6fe
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View file

@ -16,6 +16,8 @@ pythonlib/*.png
scripts/*.png
.vscode
/tests/*.disabled
k8s/
benchmark/
# Old data
_old/

View file

@ -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" }
]