LC3 CODEC transparent mode.
Hi,
I was going through the documentation in this link.
It mentions that there is a transparent mode. How can I enable this in the example for PBP Source?
/* Codec Mode */
typedef uint8_t CODEC_Mode_t;
#define CODEC_MODE_DEFAULT (CODEC_MODE_FLOW_CTRL)
#define CODEC_MODE_FLOW_CTRL (0x01)
#define CODEC_MODE_WAIT_SYNC (0x02)These are the modes available. I do not see an option for transparent mode here.
Let's assume that I already have LC3 encoded data that is sent over UART/SPI/USB etc, I do not wish to decode and encode again. In this case, the transparent mode is useful. How can I enable it? Is it even possible?
Best regards,
Navin
