lukasjapan / bt-speaker

A simple Bluetooth Speaker Daemon for the Raspberry Pi 3
GNU General Public License v3.0
495 stars 95 forks source link

2 bluetooth senders connected simultaneously? #45

Open druxx opened 6 years ago

druxx commented 6 years ago

Hi there,

for a relatively special use case I’m looking for a device which can act as bluetooth speaker for two senders at the same time with (smart) mixing of the two signals before output. Any educated guess if this would be possible by slightly extending this project? I would start with modifying the class AutoAcceptSingleAudioAgent to AutoAccept2AudioAgent, but I have no idea whether the bluetooth stack would allow a second input device.