~hp/issues#7: 
UI enhancements for Pipewire

As pipewire becomes more mature, it would be nice to see this particular patchbay tool adapt to the times Some ideas include

  • Tooltips that include a button to create a 'rule' that saves in the jack.conf file located in ./config/pipewire. Rules are structured as
{
        matches = [
            {client.name = "Carla"}
        ]
        actions = {
            update-props = {
                node.latency = 128/48000
            }
        }
    }
  • Tooltips that include the current buffer size per application (buffer size application is calling the server for) - this enables you to scan through quickly to see which application is forcing the buffer size lower/greater than the expected buffer size for the application
  • Coloring nodes based on whether they are calling the Pulse backend or the JACK backend
  • Native Pipewire awareness (rather than using pipewire-jack)

If this is outside the scope of this project, I understand.

Status
REPORTED
Submitter
~hp
Assigned to
~hp
Submitted
1 year, 1 month ago
Updated
1 year, 1 month ago
Labels
patchmatrix