mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-09 21:10:13 +01:00
parent
4b0024ed27
commit
ee366446b6
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue