multi input from espNow #832
-
Hello, I managed to implement a full-duplex communication through espNow between two boards. I'm now looking to have several boards sending a stream to a single one that would mix these different inputs into a single output. My current implementation work when i set only one queue with one emitter. But when i use 2 emitter and 2 queue i listen only strong noise. What do you think about it? I2SStream i2sOut; // going to the speaker EncodedAudioStream decoder(&multiQueue1, new SBCDecoder(256)); TaskHandle_t TaskProcessOut; // Callback when data is received void task_processIn(void *parameter) void Setup() mixer.add(multiQueue1); mixer.begin(config_in); } |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Difficult to say what's wrong. Here a couple of guesses and proposals:
|
Beta Was this translation helpful? Give feedback.
Difficult to say what's wrong. Here a couple of guesses and proposals: