Hi,
I am working on IMX6 and YOCTO linux, I want to play audio on bluetooth.
What api must I use ? Pulseaudio or alsa ?
In my Yocto there is alsa. If I can use alsa , I need bluealsa packet. Have you examples ?
By Sergio.
Hello Sergio,
The Linux BSP has the bluez5 package available (the version of bluez may vary depending on the Linux BSP used). You can add it with the following line on the conf/local.conf file inside the build directory
IMAGE_INSTALL_append = “ bluez5 ”
There is more information on bluez on the i.MX Linux Reference Manual included as part of the BSP documentation.
I hope this helps!
Regards,
Hi ,
I would like to use bluealsa to play the bluetooth audio. I have installed bluez5.
Could you please let me know how to build and install the bluealsa using YOCTO project.
Thanks in advance
Regards,
Sri