MacBook M1 Pro with USB headphones crackling on Zoom Call after macOS Tahoe upgrade

Apple MacBook M1 Pro + USB Headphones sound distortion, escalating garbled crackling after a few minutes on a Zoom Call


Hi!


I have been using this Apple MacBook M1 Pro for 3 years now, and the same USB-A headphones and the Apple USB-C - USB-A adapter for at least a year, but the problem reported started occurring only in the last few days - coinciding with a MacOS upgrade to Tahoe (currently at version 26.1).


On the surface it seems identical to problems reported in this thread:

MacBook Pro M1 16" 2021 Sound distortion,… - Apple Community


When I'm on a Zoom meeting, after a few minutes the sound starts crackling and getting increasingly garbled like some sort of botched bitcount/endiannes conversion or somesuch.


I've used the following terminal commants to obtain relevant MacOS Unified Logs error messages:


log stream --predicate 'subsystem == "com.apple.coreaudio"'


(for realtime observation while on the Zoom call)


and:


log show --predicate 'subsystem == "com.apple.coreaudio"' --last 1h | less -inp overload


(to go back and inspect errors logged)



So, both reference some kind of overload ("HALS_OverloadMessage: Overload possibly due to HAL client proc exceeding io cycle budget", "HALC_ProxyIOContext::IOWorkLoop: skipping cycle due to overload", "HALS_OverloadMessage: Overload possibly due to safety violation"); there's also a message about some thread terminating early ("Exitted PerformIO early - thread hasBeenStopped: 1 and shouldExit: 1").


The coincidence of that issue with the MacOS Tahoe upgrade seems suspicions and might indicate a new bug introduced by Apple?


Anybody else seeing this?


[Re-Titled by Moderator]

Original Title: MacBook M

Posted on Nov 21, 2025 2:12 PM

Reply
9 replies

Nov 25, 2025 1:28 PM in response to leroydouglas

Yes, I'm on the latest release of MacOS Tahoe 26.1 (25B78).


When I kill `coreaudiod`, the sound in my Zoom meeting goes out for about 2 seconds, then goes back to normal.


After a few minutes the problem comes back, requiring another intervention.


My preferred workaround is to switch to another audio device (MacBook speakers), then back to USB headphones, so that I don't lose 2 seconds of the conversation in the Zoom meeting - which happens if I kill `coreaudiod`.

Nov 26, 2025 1:05 PM in response to AleksanderAdamowski

So, update from today.


I have raised the nice level of audio-related processes to -5 with this command:

sudo renice -5 -p $(pgrep -f /usr/sbin/coreaudiod) $(pgrep -f /usr/libexec/audioclocksyncd) $(pgrep -f /System/Library/Audio/Plug-Ins/usbaudio.bundle/Contents/MacOS/usbaudiod)


I no longer see the "HALS_OverloadMessage" in unified logs, but the problem still occurs.


I expanded my previous log filter predicate to this in order to find more log messages that are symptomatic of the problem:

log stream --predicate '(eventMessage CONTAINS[c] "audio" || eventMessage CONTAINS[c] "media" || eventMessage CONTAINS[c] "IOSurface" || sender CONTAINS[c] "audio" || subsystem CONTAINS[c] "audio" || process CONTAINS[c] "audio") && NOT process IN {"runningboardd", "airportd"}'


And I think I have caught something interesting, not seen before.


First, during the call while using the USB headphones, log messages saying usbaudiod: current microframe timestamp calcError are constantly being generated at a steady rate.


They look pretty concerning, although initially the audio sounds fine. At some point (usually after a few minutes of running the meeting), this message from libAudioIssueDetector.dylib appears at the exact moment when the crackling starts: coreaudiod: (libAudioIssueDetector.dylib) [com.apple.coreaudio:aid] IssueReporting.cpp:492   RTAID [ use_case=Generic report_type=RMS Generic Chain clientID=HAL node=-Input issue_detected_sample_time=...


Sometimes the message reports node=-Input issue_detected_sample_time (as visible above), but sometimes it reports node=-Output issue_detected_sample_time, and sometimes there are 2 log messages reporting both issue types.


As a subjective observation, the issue seems to be more likely to occur when I switch to a resource-consuming application such as Chrome and do work in there while the call is running, so some system resource utilization congestion might be needed to reproduce this issue.


Nov 22, 2025 7:10 AM in response to AleksanderAdamowski

AleksanderAdamowski wrote:

Apple MacBook M1 Pro + USB Headphones sound distortion, escalating garbled crackling after a few minutes on a Zoom Call

Hi!

I have been using this Apple MacBook M1 Pro for 3 years now, and the same USB-A headphones and the Apple USB-C - USB-A adapter for at least a year, but the problem reported started occurring only in the last few days - coinciding with a MacOS upgrade to Tahoe (currently at version 26.1).

On the surface it seems identical to problems reported in this thread:
MacBook Pro M1 16" 2021 Sound distortion,… - Apple Community

When I'm on a Zoom meeting, after a few minutes the sound starts crackling and getting increasingly garbled like some sort of botched bitcount/endiannes conversion or somesuch.


So, both reference some kind of overload ("HALS_OverloadMessage: Overload possibly due to HAL client proc exceeding io cycle budget", "HALC_ProxyIOContext::IOWorkLoop: skipping cycle due to overload", "HALS_OverloadMessage: Overload possibly due to safety violation"); there's also a message about some thread terminating early ("Exitted PerformIO early - thread hasBeenStopped: 1 and shouldExit: 1").

The coincidence of that issue with the MacOS Tahoe upgrade seems suspicions and might indicate a new bug introduced by Apple?

Anybody else seeing this?

[Re-Titled by Moderator]
Original Title: MacBook M


verify your software is up to date—

The current stable release of Tahoe including bug fixes, security updates is macOS 26.1

Keep your Mac up to date - Apple Support


To be proactive you can file a bug report / submit your Apple Feedback here: Product Feedback - Apple



Call Customer Support (800) MY–APPLE (800–692–7753)


or on line https://getsupport.apple.com/


or call AppleCare Support at 1-800-APLCARE (800-275-2273)


Outside the USA—Contact Apple for support and service by phone

See a list of Apple phone numbers around the world.

Contact Apple Support - Apple Support




You can try from the Terminal.app and compare your results:

sudo killall coreaudiod



see if there is anything here:

Audio glitches on Mac after macOS Tahoe u… - Apple Community


Nov 25, 2025 1:38 PM in response to AleksanderAdamowski

A few points worth highlighting:


  1. This issue does not occur with the built-in MacBook Pro Speakers, only with my USB headphones.
  2. I have been using these headphones with this MacBook Pro for a few years now without problems, and I keep using them with Windows - no problems there either. The problem only started on MacOS after the upgrade to Tahoe.


Nov 25, 2025 1:46 PM in response to AleksanderAdamowski

I've found an even less invasive workaround - launching the Audio MIDI Setup app, then for the USB Headphones device, in the "Output" tab, I switch back and forth between the two supported sampling rates (48,000 Hz and 44,100 Hz).


This only causes a few hundreds milliseconds gap in the audio I hear, which makes it possible to continue following the conversation.

MacBook M1 Pro with USB headphones crackling on Zoom Call after macOS Tahoe upgrade

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.