Page 1 of 1

Full duplex pipeline

Posted: Tue Jun 13, 2023 2:51 pm
by spacebiker
Hello!
I have pipelines like this:
First LyraT: [bluetooth] --> [i2s],
Second LyaT: [i2s] --> [bluetooth],
LyraTs are connected via i2s
so it's like a bridge between wireless headphones and smartphone. But there is a microphone in the headphones and I want to send sound back, so pipeline should look like this:
[bluetooth] <--> [i2s],
[i2s] <--> [bluetooth],
Is it possible to make duplex pipeline?