one input to three output #265
-
Function Method
|
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Jul 16, 2022
Replies: 1 comment 1 reply
-
I don't think this is an issue but should be rather a discussion and I suggest you read the documentation: https://github.com/pschatzmann/arduino-audio-tools/wiki/Splitting-and-Merging-Audio. A MultiOutput with an output to ConvertedStream should be your starting point.
From my experience it is already quite a challenge to implement a simple A2DP source and make it stable. Adding all this complexity will make it even more difficult... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think this is an issue but should be rather a discussion and I suggest you read the documentation: https://github.com/pschatzmann/arduino-audio-tools/wiki/Splitting-and-Merging-Audio. A MultiOutput with an output to ConvertedStream should be your starting point.