proxy-audio-device
proxy-audio-device copied to clipboard
How to Uninstall?
Hello! I don't want this on my computer anymore. How do I fully uninstall it?
Thank you!
Delete ProxyAudioDevice.driver from /Library/Audio/Plug-ins/HAL and Proxy Audio Device Settings.app. Then either reboot your computer or open a terminal window and execute:
sudo launchctl kickstart -k system/com.apple.audio.coreaudiod
Got it, that's exactly what I did. TY! Unless I missed it, I feel like those instructions should be in the README.
I saw this issue open and added PR https://github.com/briankendall/proxy-audio-device/pull/46 to get the uninstallation steps added to the README.md as suggested
Looks like restarting coreaudiod isn't working with that command any longer
❯ sudo launchctl kickstart -k system/com.apple.audio.coreaudiod
Could not kickstart service "com.apple.audio.coreaudiod": 1: Operation not permitted
I looked up the process id, manually killed it, and it automatically restarted.
I wonder if that's a new restriction Apple added to a later macOS version?
Just opened #54 with a command that works on 14.4+!