]> git.sesse.net Git - nageru/commit
Change ALSA output period size to 2048 samples.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 22 Jul 2022 15:50:03 +0000 (17:50 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 22 Jul 2022 15:50:52 +0000 (17:50 +0200)
commit934cfa3c011e614ca0446ffa357f65f62bb9f258
tree3f97c6766fffa2c9463d0c50afa1077ed35ca4aa
parent324d19f83238b2adf7ef81d4cda10b0bfec2463c
Change ALSA output period size to 2048 samples.

Anything less seemingly triggers a bug in the ALSA PulseAudio
plugin when used against PipeWire (audio just never starts playing).

It would be nice to generally have less latency here, but with the
current design based on large resampling queues, this isn't going
to be what causes it.
nageru/alsa_output.cpp