<?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>Seeking advice on stereo audio transmission from a single headset device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116497/seeking-advice-on-stereo-audio-transmission-from-a-single-headset-device</link><description>I’m working with the Audio Application (from the Nordic sample program) on an nRF5340 Audio DK as a gateway, and a custom board with an nRF5340 as a headset. The custom headset board has two audio channels, and my goal is to transmit the stereo audio</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 Dec 2024 16:05:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116497/seeking-advice-on-stereo-audio-transmission-from-a-single-headset-device" /><item><title>RE: Seeking advice on stereo audio transmission from a single headset device</title><link>https://devzone.nordicsemi.com/thread/513881?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 16:05:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02d6d2ef-7884-4cc8-bc9d-13fb87a401cd</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I am sorry for a delayed reply.&amp;nbsp;We have made some progress on this. &lt;br /&gt;You can look at this&amp;nbsp;&lt;a href="https://github.com/rick1082/sdk-nrf/tree/stereo_cis_mic_return"&gt;branch&lt;/a&gt;&amp;nbsp;but please note that this is demo branch, and code is provided without any warranty or guarantee that it is working. Currently, there are no restrictions for the gateway to connect to only one headset which could cause unexpected behavior if 2 headsets want to connect to the gateway. This branch only shows that feature is achievable, but you would need to check whether BAP connection procedure is working properly or not. The gateway configures headset in unidirectional (sends mic return from headset to gateway, not stream from gateway to headset) and MIC return is combined L and R in the same packet.&lt;br /&gt;There is also an update to this&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/111439/nrf5340-stereo-output-using-external-codec-on-sdk-2-6-1"&gt;discussion&lt;/a&gt;&amp;nbsp;which is covered by this&amp;nbsp;&lt;a href="https://github.com/rick1082/sdk-nrf/commits/cis_stereo_audio_sink_pre280"&gt;branch&lt;/a&gt;. The disclaimer here is the same as mentioned previously - you can evaluate the code provided as-is but there is no warranty or guarantee for it to be working. Here, mechanism is needed on CIS gateway for restricting scanning and connecting to more than one headset.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking advice on stereo audio transmission from a single headset device</title><link>https://devzone.nordicsemi.com/thread/512302?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 10:25:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:959497f6-095a-4c52-91d2-7a796d95bdca</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;You could upgrade to the NCS version 2.8.0 but please ignore the changes in previously provided link.&amp;nbsp;As mentioned previously, we are looking into this issue, but we need some time. I will get back to you with the status update by the end of this week.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking advice on stereo audio transmission from a single headset device</title><link>https://devzone.nordicsemi.com/thread/511990?ContentTypeID=1</link><pubDate>Mon, 25 Nov 2024 19:56:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7fb7214-d811-4af1-8a75-e99316adc1b9</guid><dc:creator>similingus</dc:creator><description>[quote userid="135897" url="~/f/nordic-q-a/116497/seeking-advice-on-stereo-audio-transmission-from-a-single-headset-device/511745"]I also tried downloading the whole sdk-nrf/applications/nrf5340_audio directory in the cis_stereo_audio_sink_pre280 branch and compiling it, but ran into Kconfig warnings that prevented the build from succeeding.[/quote]
&lt;p&gt;I&amp;#39;ve tried the entire project in the branch you provided.&amp;nbsp;Do I need to&amp;nbsp;upgrade my SDK version? Also, how can I get the latest codebase?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking advice on stereo audio transmission from a single headset device</title><link>https://devzone.nordicsemi.com/thread/511957?ContentTypeID=1</link><pubDate>Mon, 25 Nov 2024 15:27:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbc91e92-b3ec-4ab5-a92b-2683df8ea084</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="similingus"]I’m not quite sure how to apply the modification to my code, as the base code differs from what you’ve provided.[/quote]
&lt;p&gt;Can you try to upgrade to the latest code base?&lt;br /&gt;&lt;br /&gt;We will look into this issue, but it might take some time. I will get back to you hopefully by the end of this week.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking advice on stereo audio transmission from a single headset device</title><link>https://devzone.nordicsemi.com/thread/511745?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 20:21:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72288ce9-42f9-4f1e-81ae-0f2f7a4b0518</guid><dc:creator>similingus</dc:creator><description>&lt;p&gt;Hi Dejan, thank you for the quick update.&lt;/p&gt;
&lt;p class="p1"&gt;I&amp;rsquo;m not quite sure how to apply the modification to my code, as the base code differs from what you&amp;rsquo;ve provided.&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;I got the Audio Application project through the VS Code extension, nRF Connect. Specifically, I selected &amp;ldquo;Create a new application&amp;rdquo; &amp;gt; &amp;ldquo;Copy a sample&amp;rdquo; &amp;gt; &amp;ldquo;nRF5340 Audio application&amp;rdquo;. The toolchains and west workspace are v2.6.1.&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;Most of the lines of the code referenced in the commit do not exist in my codebase..&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;I also tried downloading the whole sdk-nrf/applications/nrf5340_audio directory in the cis_stereo_audio_sink_pre280 branch and compiling it, but ran into Kconfig warnings that prevented the build from succeeding.&lt;/p&gt;
&lt;p class="p2"&gt;&lt;/p&gt;
&lt;p class="p1"&gt;Is the version I&amp;rsquo;m using no longer actively supported, or could you provide advice based on the code in that version?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking advice on stereo audio transmission from a single headset device</title><link>https://devzone.nordicsemi.com/thread/511457?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2024 10:55:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8136e7e-f7c0-49dd-937c-e1e37b1ba93e</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I have discussed the issue with our developers. Here is the demo branch&lt;br /&gt;&lt;a href="https://github.com/rick1082/sdk-nrf/commits/cis_stereo_audio_sink_pre280"&gt;https://github.com/rick1082/sdk-nrf/commits/cis_stereo_audio_sink_pre280&lt;br /&gt;&lt;/a&gt;Please let me know if you have any further questions.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking advice on stereo audio transmission from a single headset device</title><link>https://devzone.nordicsemi.com/thread/511385?ContentTypeID=1</link><pubDate>Wed, 20 Nov 2024 20:52:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:968521a4-1eac-497b-bd0d-cf38da5879b5</guid><dc:creator>similingus</dc:creator><description>&lt;p&gt;Ok, thank you! I look forward to hearing the update.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking advice on stereo audio transmission from a single headset device</title><link>https://devzone.nordicsemi.com/thread/511310?ContentTypeID=1</link><pubDate>Wed, 20 Nov 2024 13:41:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7b70dfe-9f48-4373-9442-1d332c7f1fda</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Thank you for providing additional information.&lt;br /&gt;&lt;br /&gt;We are looking into this issue internally and I hope that we will be able to provide the resolution soon. Please note that we might need more time than usual. Currently I am not able to provide exact estimate on when the issue might get resolved. I will provide status update by the end of next week.&lt;br /&gt;&lt;br /&gt;Thank you for your patience.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking advice on stereo audio transmission from a single headset device</title><link>https://devzone.nordicsemi.com/thread/511173?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 19:00:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f680656d-c58a-4e01-8b71-e310a5f04c8b</guid><dc:creator>similingus</dc:creator><description>&lt;p&gt;Hi Dejan, thank you for your quick response. Here are the code changes and the log.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Code modifications:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="c_cpp"&gt;// src/audio/audio_system.c

static void audio_gateway_configure(void)
{
    // ..
    sw_codec_cfg.decoder.num_ch = 2;
    sw_codec_cfg.decoder.channel_mode = SW_CODEC_STEREO;
    // ..
}

static void audio_headset_configure(void)
{
    // ..
	sw_codec_cfg.encoder.num_ch = 2;
	sw_codec_cfg.encoder.channel_mode = SW_CODEC_STEREO;
	// ..
}&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt;// unicast_server/Kconfig.defaults
config LC3_ENC_CHAN_MAX
default 2

// unicast_client/Kconfig.defaults
config LC3_DEC_CHAN_MAX
default 2

//prj.conf
CONFIG_STREAM_BIDIRECTIONAL=y&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt;// src/bluetooth/bt_stream/bt_le_audio_tx.c
int bt_le_audio_tx_send(struct bt_bap_stream **bap_streams, struct le_audio_encoded_audio enc_audio,
uint8_t streams_to_tx)
{
    // ...
	// if ((enc_audio.num_ch == 1) || (enc_audio.num_ch == streams_to_tx)) {
	// 	data_size_pr_stream = enc_audio.size / enc_audio.num_ch;
	// } else {
	// 	LOG_ERR(&amp;quot;Num encoded channels must be 1 or equal to num streams&amp;quot;);
	// 	return -EINVAL;
	// }
    data_size_pr_stream = enc_audio.size; // temporary adjustment
    // ...
}&lt;/pre&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;Log:&lt;/strong&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***
-- [00:00:00.911,956] &amp;lt;dbg&amp;gt; main: main: nRF5340 APP core started
HL [00:00:01.065,979] &amp;lt;inf&amp;gt; fw_info:
nRF5340 Audio nRF5340 Audio DK cpuapp
NCS base version: 2.6.1
Cmake run : Tue Nov 19 10:50:14 2024
HL [00:00:01.065,979] &amp;lt;inf&amp;gt; fw_info: ------- DEBUG BUILD -------
HL [00:00:01.065,979] &amp;lt;inf&amp;gt; fw_info: HEADSET left device
HL [00:00:01.085,266] &amp;lt;inf&amp;gt; bt_mgmt: Clearing all bonds
HL [00:00:01.085,632] &amp;lt;inf&amp;gt; bt_mgmt_ctlr_cfg: Controller: SoftDevice: Version 5.4 (0x0d), Revision 8591
HL [00:00:01.085,845] &amp;lt;inf&amp;gt; bt_mgmt: Local identity addr: D9:D6:B4:D9:C1:D1 (random)
HL [00:00:01.087,463] &amp;lt;dbg&amp;gt; main: ext_adv_populate: Size of adv data: 48, num_elements: 6
HL [00:00:01.089,996] &amp;lt;inf&amp;gt; bt_mgmt_adv: Local addr: 65:0E:75:D0:2C:B0 (random)
HL [00:00:01.090,515] &amp;lt;inf&amp;gt; bt_mgmt_adv: Advertising successfully started
HL [00:00:01.211,242] &amp;lt;inf&amp;gt; bt_mgmt: Connected: 45:DD:13:98:7A:E0 (random)
HL [00:00:01.211,273] &amp;lt;inf&amp;gt; main: Connected
HL [00:00:01.933,288] &amp;lt;inf&amp;gt; main: Security changed
HL [00:00:04.093,139] &amp;lt;inf&amp;gt; bt_content_ctrl_media: Discovery of MCS finished
HL [00:00:06.092,864] &amp;lt;inf&amp;gt; unicast_server: LC3 codec config for sink:
HL [00:00:06.092,895] &amp;lt;inf&amp;gt; unicast_server: Frequency: 16000 Hz
HL [00:00:06.092,895] &amp;lt;inf&amp;gt; unicast_server: Duration: 10000 us
HL [00:00:06.092,895] &amp;lt;inf&amp;gt; unicast_server: Channel allocation: 0x1
HL [00:00:06.092,895] &amp;lt;inf&amp;gt; unicast_server: Octets per frame: 40 (32000 bps)
HL [00:00:06.092,895] &amp;lt;inf&amp;gt; unicast_server: Frames per SDU: 1
HL [00:00:06.093,353] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Received event = 1, current state = 1
HL [00:00:06.093,353] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: LE audio config received
HL [00:00:06.093,353] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Sampling rate: 16000 Hz
HL [00:00:06.093,383] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Bitrate (compressed): 32000 bps
HL [00:00:06.093,383] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Direction: 1
HL [00:00:06.093,383] &amp;lt;dbg&amp;gt; audio_system: audio_system_config_set: audio_system_config_set Encoder: 0, Decoder: 16000, Bits: 0
HL [00:00:06.093,414] &amp;lt;dbg&amp;gt; audio_system: audio_system_config_set: audio_system_config_set Decoder sample rate: 0
HL [00:00:06.094,299] &amp;lt;inf&amp;gt; unicast_server: LC3 codec config for source:
HL [00:00:06.094,299] &amp;lt;inf&amp;gt; unicast_server: Frequency: 16000 Hz
HL [00:00:06.094,299] &amp;lt;inf&amp;gt; unicast_server: Duration: 10000 us
HL [00:00:06.094,329] &amp;lt;inf&amp;gt; unicast_server: Channel allocation: 0x1
HL [00:00:06.094,329] &amp;lt;inf&amp;gt; unicast_server: Octets per frame: 40 (32000 bps)
HL [00:00:06.094,329] &amp;lt;inf&amp;gt; unicast_server: Frames per SDU: 1
HL [00:00:06.094,665] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Received event = 1, current state = 1
HL [00:00:06.094,665] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: LE audio config received
HL [00:00:06.094,665] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Sampling rate: 16000 Hz
HL [00:00:06.094,696] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Bitrate (compressed): 32000 bps
HL [00:00:06.094,696] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Direction: 2
HL [00:00:06.094,696] &amp;lt;dbg&amp;gt; audio_system: audio_system_config_set: audio_system_config_set Encoder: 16000, Decoder: 0, Bits: 32000
HL [00:00:06.094,696] &amp;lt;dbg&amp;gt; audio_system: audio_system_config_set: audio_system_config_set Encoder sample rate: 16000
HL [00:00:06.173,522] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Received event = 2, current state = 1
HL [00:00:06.173,522] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Set presentation delay
HL [00:00:06.173,553] &amp;lt;inf&amp;gt; main: Presentation delay 10000 us is set by initiator
HL [00:00:06.173,553] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Received event = 2, current state = 1
HL [00:00:06.173,583] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Set presentation delay
HL [00:00:06.173,583] &amp;lt;inf&amp;gt; main: Presentation delay 10000 us is set by initiator
HL [00:00:06.499,664] &amp;lt;inf&amp;gt; unicast_server: Stream 0x2000a304 started
HL [00:00:06.499,847] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Received event = 3, current state = 1
HL [00:00:06.499,847] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: LE audio evt streaming
HL [00:00:06.499,877] &amp;lt;dbg&amp;gt; audio_system: audio_system_start: Init codec
HL [00:00:06.499,877] &amp;lt;dbg&amp;gt; audio_system: audio_system_start: audio_system_start Encoder sample rate: 16000
HL [00:00:06.499,877] &amp;lt;dbg&amp;gt; sw_codec_select: sw_codec_init: INIT LC3
HL [00:00:06.504,119] &amp;lt;dbg&amp;gt; sw_codec_select: sw_codec_init: LC3 encoder enabled
HL [00:00:06.504,150] &amp;lt;dbg&amp;gt; sw_codec_select: sw_codec_init: Encode: 16000Hz 16bits 10000us 32000bps 2 channel(s)
HL [00:00:06.504,455] &amp;lt;dbg&amp;gt; sw_codec_select: sw_codec_init: LC3 decoder enabled
HL [00:00:06.504,486] &amp;lt;dbg&amp;gt; sw_codec_select: sw_codec_init: Decode: 16000Hz 16bits 10000us 1 channel(s)
HL [00:00:06.510,375] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.520,385] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.530,364] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.532,379] &amp;lt;inf&amp;gt; unicast_server: Stream 0x2000a328 started
HL [00:00:06.540,374] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.550,384] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.560,363] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.570,343] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.580,383] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.590,362] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.600,372] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.610,351] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.620,361] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.630,371] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.640,350] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.650,360] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.660,369] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.670,349] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.680,358] &amp;lt;wrn&amp;gt; le_audio_rx: Not in streaming state, throwing data: 1
HL [00:00:06.680,603] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Received event = 3, current state = 0
HL [00:00:06.680,603] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: LE audio evt streaming
HL [00:00:06.680,603] &amp;lt;dbg&amp;gt; audio_system: audio_system_encoder_start: Encoder started
HL [00:00:06.680,633] &amp;lt;dbg&amp;gt; main: le_audio_msg_sub_thread: Got streaming event in streaming state
HL [00:00:06.693,481] &amp;lt;err&amp;gt; bt_le_audio_tx: The encoded data size does not match the SDU size
HL [00:00:06.693,481] &amp;lt;wrn&amp;gt; main: Problem with sending LE audio data, ret: -22
HL [00:00:06.694,610] &amp;lt;wrn&amp;gt; audio_datapath: Data received, total under-runs: 12
HL [00:00:06.703,338] &amp;lt;err&amp;gt; bt_le_audio_tx: The encoded data size does not match the SDU size
HL [00:00:06.713,287] &amp;lt;err&amp;gt; bt_le_audio_tx: The encoded data size does not match the SDU size
HL [00:00:06.723,297] &amp;lt;err&amp;gt; bt_le_audio_tx: The encoded data size does not match the SDU size
HL [00:00:06.733,428] &amp;lt;err&amp;gt; bt_le_audio_tx: The encoded data size does not match the SDU size
HL [00:00:06.743,255] &amp;lt;err&amp;gt; bt_le_audio_tx: The encoded data size does not match the SDU size
HL [00:00:06.753,417] &amp;lt;err&amp;gt; bt_le_audio_tx: The encoded data size does not match the SDU size
HL [00:00:06.763,427] &amp;lt;err&amp;gt; bt_le_audio_tx: The encoded data size does not match the SDU size
HL [00:00:06.773,925] &amp;lt;err&amp;gt; bt_le_audio_tx: The encoded data size does not match the SDU size&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking advice on stereo audio transmission from a single headset device</title><link>https://devzone.nordicsemi.com/thread/511151?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 16:02:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c01b874-491f-4128-a5b6-38f9f4a64792</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Can you show your modifications to the nrf5340_audio application?&lt;br /&gt;&lt;br /&gt;Can you provide your full application log?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>