Hi Nordic Team,
Is there any way to input 3 audio streams (through I2S ) on nRF5340DK board are there any extra I2S Port available to input one more sinusoidal signal and what might be some hardware limitations for the same .
Regards
Sainath
Hi Nordic Team,
Is there any way to input 3 audio streams (through I2S ) on nRF5340DK board are there any extra I2S Port available to input one more sinusoidal signal and what might be some hardware limitations for the same .
Regards
Sainath
Hi Sainath,
Nambiar said:After reading through the hardware schematics , looks like the Headphones (Audio Out ) port cannot be used.
That's right. You can use this only for Audio out.
Yes, you should be able to use USB and I2S simultaneously. But please note that the current USB implementation only has 2 (stereo) endpoints. So as of now, using USB for an additional third input is not an option.
-Priyanka
I don't think that is also a good idea. That would lead to a much too high bit rate. The sole reason for having the codec there is to reduce bitrate.
-Priyanka
Sorry I meant raw frames to transfer and do LC3 encoding in the Host Device .
Hi,
I will discuss this with few experts and get back to you.
-Priyanka
Thanks Priyanka, are there any application which can allow me just use the NRF5340 as Controller and port the application to another host processor (or some pointers in that direction) .
Hi,
So the host device is some other chip, in your case, right? The problem with that is that you will then have to fix the synchronization of the streams yourself. The end-to-end latency would also increase, though that might be fine or not depending on the source of the audio.
It is possible though, but we don't have any samples for this.
-Priyanka
Hi,
So the host device is some other chip, in your case, right? The problem with that is that you will then have to fix the synchronization of the streams yourself. The end-to-end latency would also increase, though that might be fine or not depending on the source of the audio.
It is possible though, but we don't have any samples for this.
-Priyanka