Hello,
I am trying to extract audio from the thingy's microphone using the microphone driver. I know that the data it produces is encoded in dvi_adpcm. I would like to decode this data in order to have the audio samples and play the audio.
I tried converting the ADPCMDecoder.java file into C++ and running it in the PC (with the adpcm data retrieved from the thingy via uart), but I am having a hard time, since the output audio is just noise.
Has anyone successfully recovered audio samples from the Thingy? I really appreciated if someone could give me some tips.
Thanks in advance!