pipewire/pipewire-alsa/alsa-plugins
Wim Taymans 955dde5272 alsa-plugin: use hw_avail in _delay for playback
for playback streams we want to include the hw_avail, which is the amount of
data that the hardware can read or the amount of data the application has
written.

This is in contrast to using _avail for the capture stream, which is
what the application can read. hw_avail for a capture stream is how many
samples the hardware can write or the amount of free space.

See #1697
2021-11-24 13:12:23 +01:00
..
ctl_pipewire.c destroy proxies when global is removed 2021-11-08 12:55:41 +01:00
meson.build meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
pcm_pipewire.c alsa-plugin: use hw_avail in _delay for playback 2021-11-24 13:12:23 +01:00