MacAudioWizard is a simple command-line application for macOS that helps you manage your default audio input devices. When you connect a new audio output device, such as AirPods, it automatically selects the highest-priority microphone from a predefined list, ultimately aiming to disable the use of the AirPods' microphone.
- Listens for changes in the default audio output device
- Automatically selects the highest-priority microphone from a predefined list when connecting a new device
- Runs in the background with minimal resource usage
- Download the latest release from the Releases page.
- Extract the downloaded archive.
- Move the
MacAudioWizardexecutable to a directory of your choice. - Run the
MacAudioWizardexecutable from the command line (or schedule a background job with launchd definition.)
To use MacAudioWizard, simply run the executable from the command line: ./MacAudioWizard
build: swift build
run: swift run
build release: swift build -c release
MacAudioWizard is released under the MIT License.