How to record audio samples with STM32F7508-DK (via line in)
Hello,
I am wondering if it is possible to record the actual raw audio samples directly from the line in?
I tried to use the BSP example number three and stoped after recording the data. I recorded a sinus with 1 kHz. But when looking at the data most of them are 32768 and some few data are around 9000. Is this some kind of audio coding? Or what do I need to do, to see my acual sinus wave in my samples at this point?
Thanks!