Skip to content

Commit

Permalink
Update properties & release beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
daijro committed Nov 19, 2024
1 parent 50bf1a0 commit ed87adf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ pythonlib/*.png
scripts/*.png
.vscode
/tests/*.disabled
k8s/
benchmark/

# Old data
_old/
Expand Down
4 changes: 4 additions & 0 deletions settings/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]

0 comments on commit ed87adf

Please sign in to comment.