Moode Forum
Bluetooth loud static - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: Bluetooth loud static (/showthread.php?tid=5756)

Pages: 1 2


RE: Bluetooth loud static - Tim Curtis - 10-12-2023

(09-02-2023, 03:27 AM)Blobby Wrote: (Initially posted in wrong section.. Huh )

I have been trying to get audio from my Pixel 7a to Moode. I can connect and pair successfully, but when I try to play an audio file from the phone I just get ear-splittingly load static from the speakers. I have tried different settings within MPD, Audio and bluetooth settings to no avail. Does anybody have an idea what I need to do to get this to work, or what settings I should use?

Thanks in advance..

It might be related to a setting in /etc/bluealsaaplay.conf

Run the command below to change the setting. Reboot and then re-test
Code:
sudo sed -i '/AUDIODEV/c\AUDIODEV=plughw' /etc/bluealsaaplay.conf

To reverse the change run this command and reboot
Code:
sudo sed -i '/AUDIODEV/c\AUDIODEV=_audioout' /etc/bluealsaaplay.conf