pipewire/spa
Wim Taymans 3bcc59120a alsa: fix timeout adjustment
Only adjust the timeout when the quantum increases so that we end u
with exactly the number of samples of the new quantum.

Suppose we are handling a quantum of 1024, we wake up with 1024
samples in the device, we now notice a quantum of 8192 and will pull
in the 8192 samples, we then have 1024 + 8192 samples in the buffer.
Schedule a timeout for 1024 samples so that we end up in the timout
with 8192 samples in the device.
2021-03-03 16:55:40 +01:00
..
examples examples: dlclose on some errors 2020-07-02 16:07:54 +02:00
include context: make a new node.max-latency property 2021-03-03 13:27:48 +01:00
plugins alsa: fix timeout adjustment 2021-03-03 16:55:40 +01:00
tests spa: escape double quotes 2021-02-18 14:01:28 +01:00
tools spa: add tool to dump spa json file to plain json 2021-02-13 20:17:27 +01:00
meson.build a2dp: add aac encoder 2020-12-23 06:15:15 +00:00