Sometimes your audio preferences can get messed up on macOS. This command will reset your audio preferences to the default settings.
- Clone this repository.
cd ~/Downloads && git clone https://github.com/jasperdunn/resetaudio.git && cd resetaudio
- Run the install script.
chmod +x install.sh && ./install.sh && source ~/.zshrc
- Now you can run the command from any directory whenever you need to reset your audio preferences.
resetaudio
- You can run the uninstall script in this repository to remove the
resetaudio
command.
chmod +x uninstall.sh && ./uninstall.sh && source ~/.zshrc
- You can remove the repository from your Downloads folder after installation.