Hi everyone,
I’m currently working on a project based on a Raspberry Pi CM4 board with a custom Yocto image, with MPD, Bluetooth and Spotify connect for playing audio. A dev I work with started to implement SnapCast to add multi-room feature to the project, apparently it works well with Spotify, but he had a lot of audio dropouts when using Bluetooth as the source.
I’m aware of the issues that a lot of people raised about the coexistence of WiFi and Bluetooth on Raspberry Pi using on-board wireless chip, but I wanted to know if anyone was successfull using it for Bluetooth multi-room, as we can’t currently add a Bluetooth dongle to our boards.
I just started to test balenaSound, I’m able to see the I2S signals coming out but now I need to add a Python script to initialize the amplifier as it needs.
If unfortunately both Bluetooth and WiFi can’t work together for audio purposes, we would have to redesign our system, maybe adding an external BT/WiFi chip, or even move from the CM4.
Any feedback on this subject will be very appreciated.
Yoann