Skip to content

Commit

Permalink
Add support for autodetecting pipewire sink devices
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Sep 15, 2023
1 parent b123689 commit 5dcc2d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xl/player/gst/sink.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
"name": "OSS",
"pipe": "osssink"
},
"pipewire": {
"name": "PipeWire",
"pipe": "pipewiresink"
},
"pulse": {
"name": "PulseAudio",
"pipe": "pulsesink"
Expand Down Expand Up @@ -95,6 +99,7 @@ def __filter_presets():
'device_id', # OSX
'device_guid', # directsound
'device', # wasapi
'serial', # pipewire
]


Expand Down

0 comments on commit 5dcc2d7

Please sign in to comment.