Understood, and thank you for all the help you've been providing!
I should clarify my hardware (I'm listing everything):
Raspberry pi 4
Waveshare 9.3" screen
CarPiHat
USB Bluetooth 5.0 dongle
USB DAC (was Sabrent, now using SoundBlaster play 3)
USB hub X2 (one for extension, one for extra ports ...
Search found 9 matches
- Wed Aug 27, 2025 9:34 am
- Forum: Audio
- Topic: Audio stuttering /popping/ cracking
- Replies: 18
- Views: 1956
- Wed Aug 27, 2025 3:07 am
- Forum: Audio
- Topic: Audio stuttering /popping/ cracking
- Replies: 18
- Views: 1956
Re: Audio stuttering /popping/ cracking
PipeWire is widely regarded in the Linux community as a clearly better and more modern solution than PulseAudio.
If you decide to switch to PulseAudio, you’ll need to additionally configure echo cancellation and the hands-free profile. The equalizer built into Hudiy is tailored for PipeWire and ...
- Wed Aug 27, 2025 2:34 am
- Forum: Connectivity
- Topic: Phone disconnects shortly after accepting a call
- Replies: 14
- Views: 1554
Phone disconnects shortly after accepting a call
Everything is stable, audio is playing (separate cracking issues I'm still trying to figure out the solution for in another thread), I get a call. I answer call. Everything is fine for 30 seconds or so. Then, all of a sudden bluetooth will say disconnected, and I can no longer hear the person I'm ...
- Tue Aug 26, 2025 4:44 pm
- Forum: Audio
- Topic: Audio stuttering /popping/ cracking
- Replies: 18
- Views: 1956
Re: Audio stuttering /popping/ cracking
I'm still fighting this.
Have been adding/tweaking props in:
/usr/share/wireplumber/main.lua.d/50-alsa-config.lua
I've tried a bunch of settings for:
headroom, period size, audio rate, allowed rate, clock quantum, tsched, and I'm sure some combinations I'm forgetting.
The popping/crackling is ...
Have been adding/tweaking props in:
/usr/share/wireplumber/main.lua.d/50-alsa-config.lua
I've tried a bunch of settings for:
headroom, period size, audio rate, allowed rate, clock quantum, tsched, and I'm sure some combinations I'm forgetting.
The popping/crackling is ...
- Tue Aug 19, 2025 2:03 am
- Forum: Audio
- Topic: Audio stuttering /popping/ cracking
- Replies: 18
- Views: 1956
Re: Audio stuttering /popping/ cracking
Ok I worked on this tonight finally.
I added a few props to the /50-alsa-config.lua trying stuff out, but this one did the most:
api.alsa.disable-tsched = true
I also edited these props:
api.alsa.headroom = 1024
api.alsa.period-size = 128
I also experimented with the sampling rate and I'm ...
I added a few props to the /50-alsa-config.lua trying stuff out, but this one did the most:
api.alsa.disable-tsched = true
I also edited these props:
api.alsa.headroom = 1024
api.alsa.period-size = 128
I also experimented with the sampling rate and I'm ...
- Thu Aug 07, 2025 6:05 pm
- Forum: Audio
- Topic: Audio stuttering /popping/ cracking
- Replies: 18
- Views: 1956
Re: Audio stuttering /popping/ cracking
Thank you for the reply. I plan on tackling this after work later.hudiy wrote: Could you please let us know exactly what audio hardware you're using?
We might be able to dig into the PipeWire configuration and find something helpful.
I have a sabrent USB DAC. Exactly like this one:
https://a.co/d/aSFFJOy
- Thu Aug 07, 2025 1:06 pm
- Forum: Audio
- Topic: Audio stuttering /popping/ cracking
- Replies: 18
- Views: 1956
Audio stuttering /popping/ cracking
So I drove to work today using HUDIY and it worked great.
One issue I faced with my old open auto pro was cracking/ popping of the audio. The same issue is occurring again.
OAP used pulse audio, and there was an edit to the config file that added the tsched tag to give the audio stream higher ...
One issue I faced with my old open auto pro was cracking/ popping of the audio. The same issue is occurring again.
OAP used pulse audio, and there was an edit to the config file that added the tsched tag to give the audio stream higher ...
- Thu Aug 07, 2025 2:37 am
- Forum: Displays
- Topic: Low Android Auto Resolution
- Replies: 14
- Views: 1990
Re: Low Android Auto Resolution
For 1600x600:
"resolution" : "1080p",
"widthMargin" : 320,
"heightMargin" : 480,
Your display resolution is 1600×600.
Since 720p (1280×720) does not fit horizontally (1280 < 1600), 1080p (1920×1080) must be selected.
widthMargin: 1920 - 1600 = 320
heightMargin: 1080 - 600 = 480
Just for ...
- Thu Aug 07, 2025 12:24 am
- Forum: Displays
- Topic: Android Auto not displaying correctly
- Replies: 1
- Views: 219
Android Auto not displaying correctly
Firstly, Hello and thank you for the new software! I had my setup running openautopro, but updated versions of Android Auto broke wireless connectivity, and I've been running wired since late last year. Wireless works perfectly with hudiy, so I am anxious to get it all setup. I know the community is ...