proxy-audio-device icon indicating copy to clipboard operation
proxy-audio-device copied to clipboard

How to Uninstall?

Open djlythium opened this issue 1 year ago • 3 comments

Hello! I don't want this on my computer anymore. How do I fully uninstall it?

Thank you!

djlythium avatar Jun 11 '24 22:06 djlythium

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

briankendall avatar Jun 12 '24 01:06 briankendall

Got it, that's exactly what I did. TY! Unless I missed it, I feel like those instructions should be in the README.

djlythium avatar Jun 12 '24 19:06 djlythium

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

RussellBradley avatar Jul 17 '24 03:07 RussellBradley

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.

adamcstephens avatar Oct 23 '24 22:10 adamcstephens

I wonder if that's a new restriction Apple added to a later macOS version?

briankendall avatar Oct 23 '24 23:10 briankendall

Just opened #54 with a command that works on 14.4+!

preyneyv avatar Dec 09 '24 15:12 preyneyv