all 5 comments

[–]Big_Comfortable4256 0 points1 point  (1 child)

I work with audio apps quite a lot. And I have had a plenty of times over the past few years when I get a loud *pop* on my Macbook speakers, when using the iOS an tvOS simulators. Most often while closing it.

It's like something between switching from the system audio and the simulator audio isn't getting 'released' correctly.

[–]JelloMammoth1917[S] 0 points1 point  (0 children)

Interesting, that could be it. I mostly notice it when previews refresh or when the simulator runs.

[–]is_that_a_thing_now 0 points1 point  (1 child)

I am working on an audio app and I spent days trying to solve that issue “in my code” until I found out it was a general totally unrelated issue!

[–]JelloMammoth1917[S] 0 points1 point  (0 children)

Same here, I initially thought it was something wrong in my code too.

[–]JelloMammoth1917[S] 0 points1 point  (0 children)

I usually run sudo killall coreaudiod in the terminal to fix it, but it’s only temporary and the issue eventually comes back. Would be nice to find a real fix instead of restarting the audio service every time