@@ -736,7 +736,7 @@ wireplumber.settings.schema = {
|
|||||||
type = "bool"
|
type = "bool"
|
||||||
default = false
|
default = false
|
||||||
}
|
}
|
||||||
node.eatures.audio.monitor-ports = {
|
node.features.audio.monitor-ports = {
|
||||||
description = "Whether to enable monitor ports on audio nodes or not"
|
description = "Whether to enable monitor ports on audio nodes or not"
|
||||||
type = "bool"
|
type = "bool"
|
||||||
default = true
|
default = true
|
||||||
@@ -756,14 +756,14 @@ wireplumber.settings.schema = {
|
|||||||
type = "bool"
|
type = "bool"
|
||||||
default = true
|
default = true
|
||||||
}
|
}
|
||||||
node.default-playback-volume = {
|
node.stream.default-playback-volume = {
|
||||||
description = "The default volume for playback nodes"
|
description = "The default volume for playback nodes"
|
||||||
type = "float"
|
type = "float"
|
||||||
default = 1.0
|
default = 1.0
|
||||||
min = 0.0
|
min = 0.0
|
||||||
max = 1.0
|
max = 1.0
|
||||||
}
|
}
|
||||||
node.default-capture-volume = {
|
node.stream.default-capture-volume = {
|
||||||
description = "The default volume for capture nodes"
|
description = "The default volume for capture nodes"
|
||||||
type = "float"
|
type = "float"
|
||||||
default = 1.0
|
default = 1.0
|
||||||
|
@@ -74,7 +74,7 @@ wireplumber.settings.schema = {
|
|||||||
type = "bool"
|
type = "bool"
|
||||||
default = false
|
default = false
|
||||||
}
|
}
|
||||||
node.eatures.audio.monitor-ports = {
|
node.features.audio.monitor-ports = {
|
||||||
description = "Whether to enable monitor ports on audio nodes or not"
|
description = "Whether to enable monitor ports on audio nodes or not"
|
||||||
type = "bool"
|
type = "bool"
|
||||||
default = true
|
default = true
|
||||||
@@ -94,14 +94,14 @@ wireplumber.settings.schema = {
|
|||||||
type = "bool"
|
type = "bool"
|
||||||
default = true
|
default = true
|
||||||
}
|
}
|
||||||
node.default-playback-volume = {
|
node.stream.default-playback-volume = {
|
||||||
description = "The default volume for playback nodes"
|
description = "The default volume for playback nodes"
|
||||||
type = "float"
|
type = "float"
|
||||||
default = 1.0
|
default = 1.0
|
||||||
min = 0.0
|
min = 0.0
|
||||||
max = 1.0
|
max = 1.0
|
||||||
}
|
}
|
||||||
node.default-capture-volume = {
|
node.stream.default-capture-volume = {
|
||||||
description = "The default volume for capture nodes"
|
description = "The default volume for capture nodes"
|
||||||
type = "float"
|
type = "float"
|
||||||
default = 1.0
|
default = 1.0
|
||||||
|
Reference in New Issue
Block a user