mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
12 lines
193 B
Text
12 lines
193 B
Text
|
|
# Add a specific named PipeWire pcm
|
||
|
|
|
||
|
|
pcm.pipewire {
|
||
|
|
type pipewire
|
||
|
|
playback_node "5"
|
||
|
|
capture_node "4"
|
||
|
|
hint {
|
||
|
|
show on
|
||
|
|
description "PipeWire Sound Server"
|
||
|
|
}
|
||
|
|
}
|