2021-04-11 01:11 PM
2021-04-11 10:39 PM
In the AudioLoop sample project, when audio is processed in AudioProcess(), you may get the data from PCM_Buffer and write the console accordingly.
2021-04-11 10:46 PM
i have few doubts
how do you think i should print on st's console
2021-04-20 04:28 AM
sending data to a UART is basic stuff - usually one of the first beginner exercises when starting with microcontrollers:
https://www.avrfreaks.net/comment/1138166#comment-1138166
I suggest that you take a few steps back, and get these basics working first - before moving on to more advanced stuff with audio, etc