clock.force-quantum not working on 0.3.43
I use
- PipeWire version (
pipewire --version
): 0.3.43 - Distribution and distribution version (
PRETTY_NAME
from/etc/os-release
): arch linux - Desktop Environment: openbox
- Kernel version (
uname -r
): 5.15.13
Description of Problem:
Although 0.3.43 release notes show "Many of the samplerate and quantum changes bugs in previous releases were fixed.", the problem with jconvolver is still not fixed.
How Reproducible:
(Using pipewire 0.3.43)
$ pw-metadata -n settings 0 clock.force-quantum 128
Found "settings" metadata 30
set property: id:0 key:clock.force-quantum value:128 type:(null)
$ jconvolver ~/drc/jcon_bf.conf
Jack buffer size change, exiting.
$
Steps to Reproduce:
- Install 0.3.43
- force-quantum
- run jconvolver (fail - buffer size change)
- Downgrade to 0.3.40
- force-quantum / jconvolver works