Created
February 8, 2020 17:29
-
-
Save abtris/fa4516d86001cfbd88a21eed9ebb116b to your computer and use it in GitHub Desktop.
Remove MorphVOX Audio from MacOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# remove driver if you after uninstall see MorphVOX Audio in Sound Settings | |
sudo rm -rf /Library/Audio/Plug-Ins/HAL/SBVirtualMic.driver | |
# restart audio deamon | |
sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome. This worked perfectly.