From 5dcc2d7762e5b662927139ab362ac533fa2edc3c Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Fri, 15 Sep 2023 11:35:23 -0400 Subject: [PATCH] Add support for autodetecting pipewire sink devices --- xl/player/gst/sink.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xl/player/gst/sink.py b/xl/player/gst/sink.py index 2eac28e93..fb455f1ae 100644 --- a/xl/player/gst/sink.py +++ b/xl/player/gst/sink.py @@ -55,6 +55,10 @@ "name": "OSS", "pipe": "osssink" }, + "pipewire": { + "name": "PipeWire", + "pipe": "pipewiresink" + }, "pulse": { "name": "PulseAudio", "pipe": "pulsesink" @@ -95,6 +99,7 @@ def __filter_presets(): 'device_id', # OSX 'device_guid', # directsound 'device', # wasapi + 'serial', # pipewire ]