mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-17 07:00:03 -05:00
Add example conf
This commit is contained in:
parent
7365677116
commit
9b38d1af27
1 changed files with 11 additions and 0 deletions
11
conf/50-pipewire.conf
Normal file
11
conf/50-pipewire.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Add a specific named PipeWire pcm
|
||||
|
||||
pcm.pipewire {
|
||||
type pipewire
|
||||
playback_node "5"
|
||||
capture_node "4"
|
||||
hint {
|
||||
show on
|
||||
description "PipeWire Sound Server"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue