Multiple Bluetooth MP3 Players

Hello,

If I pair and connect two Bluetooth MP3 players to a device, either PC or Android, how can I tell Unity to play a different song on each of the MP3s connected. Any help on this would be greatly appreciated. Thank you.

You can use Stereo Pan for that. Add two audio sources and set the Stereo Pan of the first one to -1 (for left) and the second one to 1 (for right)

Hello,

I tried this method, and it plays each of the files loaded to the audio sources on each of the speakers of the same bluetooth MP3 player not on each separate bluetooth MP3 player, the second bluetooth MP3 player is completely ignored. The method you descrive here works if you need only two separate mono channels but what if you need more channels 4 or 6. Thank you.

To clarify, what do you mean by Bluetooth MP3 players? Do you mean something like Bluetooth AirPods or headphones? Or do you mean the AudioSources?

Hello,
For my use case they are Bluetooth headphones that I would connect to a PC or Android device. I need to be able to connect multiple of this Bluetooth headphones and play a different music file for each. Thank you.

Oh, I see. Yeah, outputting the audio in different outputs is not something we support. There is probably some hack you could do but nothing straightforward.

Any good hackers out there please help