<?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>LE Audio Custom Application Questions</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126183/le-audio-custom-application-questions</link><description>Hello! 
 What would be the best way to start a custom LE Audio application with a different codec? 
 I mainly want to evaluate being able to stream 2-4 channels from a 53 acting as a gateway and on another 53 listening to the 2-4 channels. Should I start</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Dec 2025 21:30:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126183/le-audio-custom-application-questions" /><item><title>RE: LE Audio Custom Application Questions</title><link>https://devzone.nordicsemi.com/thread/557471?ContentTypeID=1</link><pubDate>Fri, 19 Dec 2025 21:30:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:508808a3-079d-4244-918f-40f5769d839d</guid><dc:creator>erickcinco</dc:creator><description>&lt;p&gt;Thank you Ovyind. I am hoping to use a WM8904 codec which looks well supported in Zephyr.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LE Audio Custom Application Questions</title><link>https://devzone.nordicsemi.com/thread/557411?ContentTypeID=1</link><pubDate>Fri, 19 Dec 2025 09:18:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bb56664-6cbd-4f49-bc95-53f6ff0ad78d</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thanks for clarifying!&amp;nbsp;&lt;/p&gt;
[quote user="erickcinco"]I should have specified that I was talking about the hw codec[/quote]
&lt;p&gt;That happens, no worries &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;
[quote user="erickcinco"]Can any hw codec that accepts I2S be used?[/quote]
&lt;p&gt;Yes, any I2S capable hardware codec should work. We use the nRF53 audio PLL to slightly adjust the I2S frequency which may impact HW codecs differently. Have a look at the Zephyr drivers for supported hw codecs.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LE Audio Custom Application Questions</title><link>https://devzone.nordicsemi.com/thread/557365?ContentTypeID=1</link><pubDate>Thu, 18 Dec 2025 18:44:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65721f55-6570-4134-8fbc-7a45b9d9d5af</guid><dc:creator>erickcinco</dc:creator><description>&lt;p&gt;Thank you Oyvind! Regarding different codec&amp;#39;s I should have specified that I was talking about the hw codec. Can any hw codec that accepts I2S be used?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LE Audio Custom Application Questions</title><link>https://devzone.nordicsemi.com/thread/557199?ContentTypeID=1</link><pubDate>Wed, 17 Dec 2025 11:48:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d4c1cac-e260-45ae-aa09-1d38adb30ff0</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Nordic Semiconductor&amp;#39;s BLE Audio solutions focuses on the use of the LC3 codec, to be compliant with BLE Audio.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That said, it should be possible to add your own codec but there is currently no documentation for this other than what we have in our documentation in the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/nrf5340_audio/index.html"&gt;nRF Connect SDK - nRF53 Audio&amp;nbsp;applications&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Have a look at&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/nrf5340_audio/doc/configuration.html#configuring_codecs"&gt;how to configure codecs&lt;/a&gt;&amp;nbsp;and the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/nrf5340_audio/doc/firmware_architecture.html#firmware_architecture"&gt;firmware architecture&lt;/a&gt;. There is a sw_codec_select layer that should allow you to add another codec. Note that during negotiations between the audio devices, these must agree on what codec should be used. This is not a trivial task and might need more work than the codec itself.&lt;/p&gt;
&lt;p&gt;With regards to have more channels, please note that the nRF5340 running LC3 codec will on average use ~30% to encode a single channel. This might make it more difficult to encode four channels with the LC3, but perhaps another codec can provide better results.&lt;/p&gt;
&lt;p&gt;With regards to adding other codecs you could&amp;nbsp;&lt;span&gt;use the &amp;quot;Vendor specific codec&amp;quot; mechanisms in the specification.&lt;/span&gt;&lt;/p&gt;
[quote user=""]Should I start from scratch or&amp;nbsp;should I modify the LE Audio samples?[/quote]
&lt;p&gt;&lt;span&gt;If you need a comprehensive solution (time sync/I2S, volume control, media control, DFU, external codec (DAC/ADC)...) then the application is likely the place to start. If they need less features, they can look at the samples in zephyr and expand on those.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Let me know if you have any further questions!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>