I am looking to use the nRF5340 Audio DK for a POC and I have a couple of questions:
(1) this POC requires to stream multi-channel LC3 Audio (i.e., more channels than the 2 channels of a stereo Stream -- typically 4 to 8) to the nRF5340, which will decode them and then pass those decoded channels to another device [ackowledging that nRF5340 doesn't support TDM, so we'll have to find a way round this, through encapsulation or whatever].
> Can you confirm your Audio LE / LC3 SDK supports multi-channel encoding and decoding ? Do you see any blocking point ?
(2) Plus, is it technically feasible to concurrently use LE Audio and a custom GATT profile (or a proprietary serial BLE profile), to use as a bidirectional data pipe for control data ?
Thanks