pulseaudio degraded (latency & popping) when running as brew service [only] - monterrey m1 #3166
Unanswered
troyxmccall
asked this question in
Everyday usage
Replies: 1 comment
-
Did you ever resolve this? I have the same problem on the latest, 17.0 pulseaudio on Apple Silicon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, first off - I love homebrew and thank you for all for you wonderful/incredible work
i have a feeling this might be a sysinternals thing specific to LaunchAgents and Monterrey
bug: I'm experiencing lot's of audio clipping & latency when running
pulseaudio
as a brew service on my [nearly maxed out m1 macbook pro | 12.3.1], ie:grepping the brew service process
but ZERO clipping and latency when running the command directly
grepping the manually executed process
❯ ps aux | grep pulse tmccall 43811 2.8 0.0 408799648 13904 s001 S+ 10:58AM 0:17.62 /opt/homebrew/opt/pulseaudio/bin/pulseaudio --exit-idle-time=-1 --verbose tmccall 45428 0.2 0.0 408645776 1808 s002 S+ 11:08AM 0:00.00 grep --color=auto pulse
BOTH have the same PRI in
top|htop:
: @24
& renicing the PID does not improve pulse, even to-20
system info
m1 bottle info
I also experience this issue when building the formula from source, so I don't think it's bottle specific, ie:
brew service plist
unable to duplicate on intel machine
the interesting part is that if I run
pulseaudio
as a brew service on an older arch (intel)and
BOTH work perfectly without clipping/latency on older intel
intel bottle info
would love any thoughts/input!
I can run pulse with nohup if needed for now
ty again!
Beta Was this translation helpful? Give feedback.
All reactions