Hi,
I'm considering bidirectional TWS in CIS.
In other words, I want the gateway to be able to output the microphone audio from the L and R headsets.
It seems that the nRF5340 Audio DK can only render either L or R due to the codec implemented, but our custom board implements a stereo output codec.
However, only audio from the L side can be played.
I am developing based on CIS's WALKIE-TALKIE.
I found a description in the le_audio_rx_data_handler function of le_audio_rx.c that allows only the Lch signal to pass.
When I changed AUDIO_CH_L to AUDIO_CH_R, the audio from the R side headset was now played, but the audio from the L side was no longer played.
I tried disabling all of this description, but only the audio from the L side is played, and the audio from the R side is not played.
How should I edit the code to mix and play both L and R audio?
The source for realizing this application seems to have been released, but it is difficult to use as a reference because the NCS version is old.
Regards,
Gotoda