Hello devzone
I am developing on the nrf5340 audio dk using nrfConnect SDK (NCS) 2.3. I need to play audio using only 1 device, by loading an audio file into memory, and am looking for samples / documents, preferably with just the required parts. I have browsed the applications/nrf5430_audio but it needs 2 devices, is streaming audio over usb-c . I am new to NCS, want to find a simple, effective way to do this use-case .
1. How do I load an audio file from storage into a memory buffer ?
2. How do I play this buffer ?
3. What is the audio format to be used, and are there sample audio files ?
Any pointers are appreciated.
Thanks