From 4b253153dd95815c2c9d0ac9e047bbc28d70c517 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Mon, 8 Apr 2019 19:43:52 -0500 Subject: [PATCH] Fix remark about pacat-simple-vchan process location --- system/audio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/audio.md b/system/audio.md index e3b3de45..71d37ddf 100644 --- a/system/audio.md +++ b/system/audio.md @@ -43,7 +43,7 @@ pacat-simple-vchan This is the dom0 (or Audio VM) part of the audio virtualization. It is responsible for transferring audio samples between the PulseAudio daemon in dom0/Audio VM (which has access to the actual audio hardware) and a VM playing/recording sounds. -In each VM, a corresponding `pacat-simple-vchan` process is running. +A separate `pacat-simple-vchan` process runs in dom0 for each VM with audio. Each of them opens separate input and output streams to their local PulseAudio, which allows for controlling the volume of each VM separately (using the `pavucontrol` tool, for example). Audio input to the VM is not sent by default.