Command: audio

Manage core audio settings on macOS.

Usage

Usage: m audio [OPTIONS]

Description: Manage audio settings on macOS.


Options:
  --help            Show this help message
  --reset [hard]    Reset audio settings (pass 'hard' to restart coreaudiod service)

Options

--reset [hard]

Resets the macOS audio system. This can resolve issues like no sound, distorted audio, or problems with audio devices.

  • Standard Reset: Kills the coreaudiod process, which will automatically restart.
  • Hard Reset: Uses launchctl to stop and then start the com.apple.audio.coreaudiod service, which is a more forceful reset.

Examples:

# Perform a standard reset
m audio --reset

# Perform a hard reset (requires sudo privileges)
m audio --reset hard