Posts: 54
Threads: 15
Joined: Jun 2018
Reputation:
2
I'm aware of the team's reasons for not including aptX support in the binary distribution of Moode and that's fine.
Would it be possible to provide some instructions on how to rebuild the necessary packages with aptX support in the proper way so that they end up properly integrated into the system? I'm happy to take on the liability for building such a system but I'd like to do it properly in order to avoid having the default bluez packages as well as some random locally built version fighting with each other.
Posts: 3
Threads: 0
Joined: Aug 2020
Reputation:
0
I've successfully installed the bluetooth following the build recipe and enabling the aac support.
I can connect with my android and shows the Audio HD: AAC enabled, but when I play there's no sound.
I'm using a bluetooth dongle with the firmware well installed
Any Ideas?
Posts: 3
Threads: 0
Joined: Aug 2020
Reputation:
0
I can successfully play when i start manually the bluealsa-aplay:
$ bluealsa-aplay -D plughw:1,0 -v XX:XX:XX:XX:XX:XX
The service bluealsa-aplay@myphone.service is failed with the following error:
ExecStart=/usr/bin/bluealsa-aplay --profile-a2dp --pcm-buffer-time=${BUFFERTIME} -D $AUDIODEV Pixel (code=exited, status=1/FAILURE)
moode bluealsa-aplay[3514]: /usr/bin/bluealsa-aplay: E: Couldn't parse BT addresses: Invalid argument
And the env file is well defined with:
cat /etc/bluealsaaplay.conf
# bluealsaaplay.conf
AUDIODEV=plughw:1,0
BUFFERTIME=500000
Any ideas on how to fix this issue?
Posts: 3
Threads: 0
Joined: Aug 2020
Reputation:
0
I found here that as I'm using a Bluetooth dongle, so the ACTION on the file udev rule "10-a2dp-autoconnect.rules" was passing the name of the device as a parameter to the system service bluealsa-aplay.
So to solve that I just put the 00:00:00:00:00:00 in the /etc/systemd/system/bluealsa-aplay@.service
ExecStart=/usr/bin/bluealsa-aplay --profile-a2dp --pcm-buffer-time=$BUFFERTIME -D $AUDIODEV 00:00:00:00:00:00
It's not an elegant solution at all, but solves my problem
Posts: 6
Threads: 2
Joined: Jul 2021
Reputation:
0
Not able to find the build recipe anymore