Hi, I'm building a small acoustic app. We will collect the acoustics from the mic and do some processing on the data. However, we have trouble plotting the results in real time. We plan to use some tools like python lib (or any other recommended tools) to plot it but we don't know how to connect the bela (c++) with these tools. Any suggestion? We currently get the data from the hardware through the function "analogRead" and print the results on the console. How to skip this step and get the data or processed results through bela IDE directly and plot them in real-time (we want to do the collection and the display in real time)?
Any recommendations for plotting processed data in real-time