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