Hi
we got three nrf5340 audio dk, because we are still waiting for LC3 code authorization, so, I wonder how to config the sample project nrf5340_audio to use the open-source lc3 codec(liblc3codec)
thanks
Hi
we got three nrf5340 audio dk, because we are still waiting for LC3 code authorization, so, I wonder how to config the sample project nrf5340_audio to use the open-source lc3 codec(liblc3codec)
thanks
Hi
Yes, I know nRF5340 audio already included the config of LC3 codec, but that one need authorize, we still waiting, I want to use the open-source one
thanks
Hi
Yes, I know nRF5340 audio already included the config of LC3 codec, but that one need authorize, we still waiting, I want to use the open-source one
thanks
Hi,
You can use SBC codec instead of LC3. There are several changes that you need to make in prj.conf and overlay files.
You need to remove following two lines from the overlay files overlay-headset.conf and overlay-gateway.conf.
CONFIG_LC3_ENC_CHAN_MAX=2
CONFIG_LC3_DEC_CHAN_MAX=1
and add line CONFIG_SW_CODEC_SBC=y to the prj.conf
Best regards,
Dejan