I just remembered PipeWire manages multiple sample rate Issuing that "forced" command prevents it. Maybe this tool will allow you what you want: https://github.com/pkunk/pwrate I haven't tried it. Here is some info on how to do it by hand https://linuxmusicians.com/viewtopic.php?p=156371#p156371 1 Reset force: pw-metadata -n settings 0 clock.force-rate 0 2 Default samplerate pw-metadata -n settings 0 clock.rate <value> 3 Range value pw-metadata -n settings 0 clock.allowed-rates [ <value1> <value2> ... ] Reply
Issuing that "forced" command prevents it.
Maybe this tool will allow you what you want:
https://github.com/pkunk/pwrate
I haven't tried it.
Here is some info on how to do it by hand
https://linuxmusicians.com/viewtopic.php?p=156371#p156371
1 Reset force:
pw-metadata -n settings 0 clock.force-rate 0
2 Default samplerate
pw-metadata -n settings 0 clock.rate <value>
3 Range value
pw-metadata -n settings 0 clock.allowed-rates [ <value1> <value2> ... ]