diff options
author | Wim Taymans <wtaymans@redhat.com> | 2019-12-05 10:28:19 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2019-12-05 10:28:19 +0100 |
commit | f1c7ebc79160b45578c3393060a006fc62e930d6 (patch) | |
tree | 93448ef00c4228fa144b12ee4f34638f5f04fda6 /doc | |
parent | 4314fba7c4e245c1089b8937dbddfa9f227463d4 (diff) |
More API experimentsAPI2
Try to hide the pw_remote, we don't really need it
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pulseaudio.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/pulseaudio.md b/doc/pulseaudio.md index 51f49260..4a0226c9 100644 --- a/doc/pulseaudio.md +++ b/doc/pulseaudio.md @@ -12,6 +12,7 @@ An ALSA card is exposed as a PipeWire device Each alsa PCM is opened and a Node is created for each PCM stream. + # Session Manager ## ALSA UCM @@ -65,4 +66,9 @@ only one profile is selected on the device, only 1 stream is visible on the endpoint. This clashes with the notion that multiple streams can be active at the same time but is a pulseaudio limitation. + + + + + Each Endpoint destination becomes a port on the sink/source. |