Hello, can someone explain to me how to use the VPC feature of the operating system? I noticed it some time ago in the
from man sound:
So far I have been using
volume control, but doing it on the OSS level would be much more convenient.
sound
man page, but I didn't find any resources on how to actually use it for per application volume control. It does not seem like it's possible with the default mixer
utility.from man sound:
Code:
VPC
FreeBSD supports independent and individual volume controls for each ac-
tive application, without touching the master sound volume. This is
sometimes referred to as Volume Per Channel (VPC). The VPC feature is
enabled by default.
So far I have been using
sndio
and pulseaudio
to achieve per applicationvolume control, but doing it on the OSS level would be much more convenient.