Fix remark about pacat-simple-vchan process location

This commit is contained in:
Andrew David Wong 2019-04-08 19:43:52 -05:00
parent ffd027f300
commit 4b253153dd
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -43,7 +43,7 @@ pacat-simple-vchan
This is the dom0 (or Audio VM) part of the audio virtualization. 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. 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). 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. Audio input to the VM is not sent by default.