mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: reduce start latency
This commit is contained in:
parent
27451e4350
commit
7e9b223216
3 changed files with 7 additions and 7 deletions
|
|
@ -154,7 +154,7 @@ int spa_alsa_start(struct state *state);
|
|||
int spa_alsa_pause(struct state *state);
|
||||
int spa_alsa_close(struct state *state);
|
||||
|
||||
int spa_alsa_write(struct state *state, snd_pcm_uframes_t silence);
|
||||
int spa_alsa_write(struct state *state, snd_pcm_uframes_t silence, bool start);
|
||||
|
||||
|
||||
static inline void dll_bandwidth(struct dll *dll, double bandwidth)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue