How to output same audio to two different BT sinks simultaneously? #604
Answered
by
pschatzmann
ButtMonkey
asked this question in
Q&A
-
Hi, sorry back again with another question, this time wondering if it's possible to output the exact same audio simultaneously to two different sinks. At the moment, only the second-in-code speaker acknowledges being connected and plays the audio:
My guess is that I am using the a2dp_source.start() method incorrectly here, and it's being immediately overwritten by the following statement? The weird part is that even if Speaker 2 is the one connected, if I refer to Speaker 1 in other methods, Speaker 2 still plays the audio with no issue. |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Sep 12, 2024
Replies: 1 comment
Answer selected by
ButtMonkey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no