A HAL virtual audio driver for macOS that sends all output to another audio device.
A HAL virtual audio driver for macOS that sends all output to another audio device. It's main purpose is to make it possible to use macOS's system volume controls such as the volume menu bar icon or volume keyboard keys to change the volume of external audio interfaces that don't allow it. It might be useful for something else too.
A HAL virtual audio driver for macOS that sends all output to another audio device. It's main purpose is to make it possible to use macOS's system volume controls such as the volume menu bar icon or volume keyboard keys to change the volume of external audio interfaces that don't allow it. It might be useful for something else too.
To install proxy-audio-device, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install proxy-audio-device
To see what files were installed by proxy-audio-device, run:
port contents proxy-audio-device
To later upgrade proxy-audio-device, run:
sudo port selfupdate && sudo port upgrade proxy-audio-device
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.