<?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>BLE Audio Broadcast Mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89444/ble-audio-broadcast-mode</link><description>HI 
 Saw the youtude video: https://www.youtube.com/watch?v=dpvNXQiLbh4 
 For BLE Audio Broadcast mode, could i check how many channels of audio can be broadcasted and selectable on the sink (headphones)? 
 I believe teh video was showing English and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 30 Jun 2022 11:43:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89444/ble-audio-broadcast-mode" /><item><title>RE: BLE Audio Broadcast Mode</title><link>https://devzone.nordicsemi.com/thread/374885?ContentTypeID=1</link><pubDate>Thu, 30 Jun 2022 11:43:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26763ad7-2e69-4a66-85ab-104f08aa9114</guid><dc:creator>Karl Ylvisaker</dc:creator><description>[quote user="INg"]Thanks for your reply.[/quote]
&lt;p&gt;No problem at all, I am happy to help! :)&amp;nbsp;&lt;/p&gt;
[quote user="INg"]Can i confirm how many unique channels can a source be broadcasting in existing available demo?[/quote]
&lt;p&gt;This will likely only be limited by your CPU resources used for processing (encoding/decording the audio streams), not the maximal number of channels or the radio air time for these channels.&lt;br /&gt;The rule of thumb is that the LC3 on the nRF5340 encoding a 96 kbps stream will require roughly 30% of the CPU, while the decoding of the same stream on the receiver will require roughly 15% of the CPU.&lt;/p&gt;
[quote user="INg"]We would like to be board casting three or more channel of Audio tracks and was wondering do we need to implement multiple 5340BLE sources, if yes is there a way for the sink(headset) to be switching between different sources and tracks in very low latency setting&amp;nbsp; &amp;nbsp;[/quote]
&lt;p&gt;For 3 mono audio streams as 96 kbps you will be fine with a single nrf5340. but this will require roughly 90% of the CPUs resources.&lt;br /&gt;We have not implemented such switching between available streams in the reference application, but it should not take too long to implement it yourself.&lt;br /&gt;For example, you can change the functionality of one of the buttons on the Audio DK in the streamctrl.c file to instead stop listening to the current stream, and to begin connecting to e new stream (either specific or random).&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Audio Broadcast Mode</title><link>https://devzone.nordicsemi.com/thread/374811?ContentTypeID=1</link><pubDate>Thu, 30 Jun 2022 00:14:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dba7de80-4e94-4fdc-8eb1-8e2c3bfa68ef</guid><dc:creator>INg</dc:creator><description>&lt;p&gt;hI Karl&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;Can i confirm how many unique channels can a source be broadcasting in existing available demo?&lt;/p&gt;
&lt;p&gt;We would like to be board casting three or more channel of Audio tracks and was wondering do we need to implement multiple 5340BLE sources, if yes is there a way for the sink(headset) to be switching between different sources and tracks in very low latency setting&amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;INg&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Audio Broadcast Mode</title><link>https://devzone.nordicsemi.com/thread/374686?ContentTypeID=1</link><pubDate>Wed, 29 Jun 2022 08:22:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8f4c341-ba4b-4e3f-830b-165c268ffeb6</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello INg,&lt;/p&gt;
[quote user=""]could i check how many channels of audio can be broadcasted and selectable on the sink (headphones)?&amp;nbsp;[/quote]
&lt;p&gt;I am certain that I understand what you are asking about here, could you elaborate?&lt;br /&gt;In general, the Broadcast Isochronous Streams (BIS) are sent as Extended Advertisings, so they are available to any compatible receiver in the vicinity. There is therefore no hard limitation on how many broadcasted streams that could be available in the same place.&lt;br /&gt;For the headset side, you could for example create a list of specific broadcasts that you would like to tune into and switch between, or you could iterate through all available broadcasts by making sure to not tune into the same broadcast twice - this will just depend on your application&amp;#39;s logic, since there is no hard limit on how many broadcasts that can be available in the same space.&lt;/p&gt;
[quote user=""]I believe teh video was showing English and Spanish tracks[/quote]
&lt;p&gt;Yes, the demo shown in the video is broadcasting the track in both English and Spanish, on two separate Broadcast Isochronous Channels.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>