Hello,
I am trying to integrate a system where I need the PCM audio samples in the pdmstream example in SimpleLink Audio SDK. I have tried the pdmsteam example and It's working fine. I am able to flash it and dump the .wav file using python script given.
In the PCM audio samples code, I could see there is uint16_t pcmBuff with PCM_BUF_SIZE 32 when I do printf of these values on the console while in the debug mode the values seem to be a little off.
Also, printf works very slow for this purpose, it's there any alternative to tap data that is real-time.
Thanks a lot!