mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
alsa: add start-delay parameters to sink
The start-delay adds extra silence to the buffer before starting the playback. The idea is to have more time to adapt to the device startup and set the timer more accurately. See #983, #431
This commit is contained in:
parent
fda565864c
commit
80ce2c94ac
4 changed files with 10 additions and 5 deletions
|
|
@ -97,6 +97,7 @@ rules = [
|
|||
#audio.position = "FL,FR"
|
||||
#api.alsa.period-size = 1024
|
||||
#api.alsa.headroom = 0
|
||||
#api.alsa.start-delay = 0
|
||||
#api.alsa.disable-mmap = false
|
||||
#api.alsa.disable-batch = false
|
||||
#api.alsa.use-chmap = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue