10-12-2023, 11:29 AM
(09-02-2023, 03:27 AM)Blobby Wrote: (Initially posted in wrong section.. )
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