mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
alsa: reduce start latency
This commit is contained in:
parent
27451e4350
commit
7e9b223216
3 changed files with 7 additions and 7 deletions
|
|
@ -668,7 +668,7 @@ static int impl_node_process(struct spa_node *node)
|
|||
SPA_FLAG_UNSET(b->flags, BUFFER_FLAG_OUT);
|
||||
input->buffer_id = SPA_ID_INVALID;
|
||||
|
||||
spa_alsa_write(this, 0);
|
||||
spa_alsa_write(this, 0, true);
|
||||
|
||||
input->status = SPA_STATUS_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue