Hello,
I am using an LE audio code "nrf5340_audio" code from nRF SDK v2.8.0 to play a beep tone. I want to play a tone from a temporary memory, so I have created a logic for the same and converted a beep.wav file (16bit-mono@48khz) to a beep.h file.
I have also created a new file named as temp_mem_plaback.c inside src/modules and included the beep.h file inside it.
Then inside unicast_server -> main.c, I have defined a separate thread for the temporary playback function temp_mem_playback_start() and used the thread after audio_system_init() inside main() function.
After flashing the code on nrf5340 audio DK, I am getting few prints but unable to hear the beep tone and even "playback finished" print is also not appearing from
Please share a solution to this issue.
- temp_mem_playback.log
- temp_mem_playback(audio_datapath failed).log
Thank you.