Skip to content

alsa-sink: increase watermark when there is nothing to rewind

Samuel Thibault requested to merge sthibaul/pulseaudio:underrun into master

If we do not manage to rewind at all because there is nothing to rewind any more, it means the latency is too small, and we let audio escape our control. We should thus increase the watermark to fix this.

Fixes #871 (closed)

Merge request reports