badaix / snapcast

Synchronous multiroom audio player
GNU General Public License v3.0
5.95k stars 447 forks source link

Bluetooth option available #912

Open mincequi opened 2 years ago

mincequi commented 2 years ago

There exists a solution to add bluetooth support to snapcast. So, I would be great, if this is included in your documentation.

My bluetooth audio daemon can act as TCP client sink and pipe its output into snapcast (acting as TCP server).

Cornrow does not yet support resampling, so the stream should be set to 44.1 kHz.

abelmatser commented 2 years ago

Is it possible to implement cornrow to work with USB bluetooth adapters instead of only RPi built-in? That would make it useful for more hardware configurations and thus more users.

mincequi commented 2 years ago

@abelmatser Sure, cornrow works with any bluetooth adapter out of the box. However, it will use the first adapter it finds.