PipeWire: Difference between revisions

Krutonium (talk | contribs)
Give the user more options to select how to fix audio.
Krutonium (talk | contribs)
Didn't need the `~`
Line 293: Line 293:
         matches = [
         matches = [
           {
           {
             "node.name" = "~alsa_input.*";
             "node.name" = "alsa_input.*";
           }
           }
           {
           {
             "node.name" = "~alsa_output.*";
             "node.name" = "alsa_output.*";
           }
           }
         ];
         ];