mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
media-session: add option to configure suspend timeout
Set the property on the node and use the value when suspending the node. a timeout of 0 disables suspend.
This commit is contained in:
parent
38e0ff55cd
commit
6079830591
4 changed files with 14 additions and 20 deletions
|
|
@ -99,6 +99,7 @@ rules = [
|
|||
#api.alsa.headroom = 0
|
||||
#api.alsa.disable-mmap = false
|
||||
#api.alsa.disable-batch = false
|
||||
#session.suspend-timeout-seconds = 5 # 0 disables suspend
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ rules = [
|
|||
#resample.quality = 4
|
||||
#channelmix.normalize = false
|
||||
#channelmix.mix-lfe = false
|
||||
#session.suspend-timeout-seconds = 5 # 0 disables suspend
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ rules = [
|
|||
#priority.driver = 100
|
||||
#priority.session = 100
|
||||
node.pause-on-idle = false
|
||||
#session.suspend-timeout-seconds = 5 # 0 disables suspend
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue