Pipewire performance tuning for Bitwig (in: Bitwig)

By: lunardigs
31 Jul 21:40

I just realized better stability with this bit for wireplumber:

/etc/wireplumber/wireplumber.conf.d/50-ufxiii.conf

[code]
rule = {
matches = [
{
node.name = “alsa_output.usb-RME_Fireface_UFX_III*”
},
{
node.name = “alsa_input.usb-RME_Fireface_UFX_III*”
}
]
apply_properties = {
node.rate = 48000
node.target.format = “S16LE”
}
}
[/code]

Basically, different audio apps can potentially change the sample rate of your audio interface(s). And even if it’s …

Go to this post

Go to first unread post in this topic

Read more here: Source link