<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LC3 codec support for nRF5340 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89989/lc3-codec-support-for-nrf5340-dk</link><description>Hi, 
 I have a nRF5340 DK (not the audio DK). I read the specification of nRF5340 Audio DK and found that it supports LC3 codec. However, I want to ask, is it possible to use an external codec with nRF5340 DK. If yes then is there any example available</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Aug 2022 12:45:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89989/lc3-codec-support-for-nrf5340-dk" /><item><title>RE: LC3 codec support for nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/381201?ContentTypeID=1</link><pubDate>Thu, 11 Aug 2022 12:45:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:638e0e0b-203f-4963-bf32-4ff43534854e</guid><dc:creator>Adarsh_1</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote userid="116378" url="~/f/nordic-q-a/89989/lc3-codec-support-for-nrf5340-dk/381192"]So, in our case we can either use LC3 or any other codec, right (as ours is not LE audio streaming application)?[/quote]
&lt;p&gt;Ofcourse you could use LC3 or any other codec for LE Audio transfer. But as already mentioned, keep in mind that LC3 codec is mandatory for all LE Audio certification. You will not get your device certified without including LC3 codec / support for LC3 codec.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="116378" url="~/f/nordic-q-a/89989/lc3-codec-support-for-nrf5340-dk/381192"]In our application we are using the file stored on an SD card rather than streaming it from external device[/quote]
&lt;p&gt;In the reference application, the data/audio is accessed from USB through a hardware codec ( from cirrus logic). Audio source does not defines your audio streaming capability. You will infact be using LE Audio standards for audio streaming and hence LC3 codec is mandatory for certification. You could however test the nrf5340 audio application sample with SBC as well.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Adarsh&lt;/p&gt;
&lt;div id="gtx-trans" style="left:490px;position:absolute;top:200px;"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LC3 codec support for nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/381192?ContentTypeID=1</link><pubDate>Thu, 11 Aug 2022 12:17:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c85ce6f-1fd5-4d83-b543-594a2edf576d</guid><dc:creator>ShuMan</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks Adarsh and Jared for the information.&lt;/p&gt;
&lt;p&gt;In our application we are using the file stored on an SD card rather than streaming it from external device (unlike&amp;nbsp;the given&amp;nbsp;LE Audio&amp;nbsp;application for Audio DK). So, in our case we can either use LC3 or any other codec, right (as ours is not LE audio streaming application)?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LC3 codec support for nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/377357?ContentTypeID=1</link><pubDate>Mon, 18 Jul 2022 08:36:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fea21a05-fd91-4b7b-a772-24e9b21d1030</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is correct. LC3 is &lt;strong&gt;mandatory&lt;/strong&gt; for all LE Audio devices, but the specification gives the possibility to have a secondary codec, but this requires that both sides of the connection has support for it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would also like to add that the&lt;span&gt;&amp;nbsp;nrf5340_audio reference application is made specifically for the nRF5340 Audio DK (not the regular DK) so it will not run without modification on the regular nRF5340 DK. However, there are no technical limitations on the nRF5340 DK for it to be used for LE Audio - we would of course recommend that you use the nRF5340 Audio DK for all audio development, since it is made specifically to make such development easier.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regarding the external codec part of the question - our LC3 implementation is also specifically made, and optimized for, the nRF5340, but there is nothing stopping you from exchanging it for any other codec, just keep in mind that the LC3 codec is mandatory for all LE Audio certified devices. The reference application currently only supports the LC3 and SBC codecs, so if you intend to use any other codec you will have to add this yourself, but it should be pretty straight forward so long as the new codec also uses 10 ms frames, and has the same API as the LC3 and SBC.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;regards&lt;br /&gt;Jared&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LC3 codec support for nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/377101?ContentTypeID=1</link><pubDate>Fri, 15 Jul 2022 08:07:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89ff838f-8ba2-446b-b2b4-fbd8cc72b826</guid><dc:creator>Adarsh_1</dc:creator><description>&lt;p&gt;Hallo ShuMan,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I assume that you are talking about software codec. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;LC3 codec is mandetory for standard LE Audio application. However, the initial release of nrf5340 audio application also have support for SBC codec. According to my understanding, Nordic does not provide support for additional codec (most of them are private / closed source). However, it should be possible to integrate any codec with LE standards. The standard supports this, but you will have to buy the software codec from the corresponding vendor and integrate it with LE Audio yourself.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;best regards,&lt;/p&gt;
&lt;p&gt;Adarsh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>