Hi, love the app!
Was wondering would it be in the scope of the project to add one more tab where we could change sample rate 44.1k-192k and buffer/quantum 16-8192 samples?
I'm working in studio environment where I change this very often. Currently I made some scripts to change it on the fly:
pw-metadata -n settings 0 clock.force-quantum x
pw-metadata -n settings 0 clock.force-rate x
Values can be hardcoded since pipewire prevents using unsupported values (automatically set min-max if over or under).
Cheers!