usb microphone

This commit is contained in:
Maxim Devaev
2025-01-05 02:16:19 +02:00
parent d3549ab52b
commit f042ed38e0
6 changed files with 63 additions and 6 deletions

View File

@@ -611,6 +611,11 @@ def _get_config_scheme() -> dict:
"kvm_mac": Option("", type=valid_mac, if_empty=""),
},
"audio": {
"enabled": Option(False, type=valid_bool),
"start": Option(True, type=valid_bool),
},
"drives": {
"enabled": Option(False, type=valid_bool),
"start": Option(True, type=valid_bool),