Hello Team,
First Thanks to all Nordic support:)
My problem :
I have interfaced SGTL5000 with Nrf52832 (used SDK 16) I'm getting the audio data on aux connector and also getting data in form of integer value ( negative and positive values )
Now I have take a log of this integer values using jlink RTT viewer but I don't know how to convert this values into wav file?
{ I played one song and based on that I take log on RTT viewer }
2) I also want to transmit this data on ble Nordic uart service and from android I want to convert this data into wav file ( live streaming - some real time delay is acceptable) but I don't how to convert data into wav file?
Thanks!