hello!
I use the plug-In project with the pluginEditor and pluginProcessor.
and what I’m trying to do is to get data ( in this case samples ) to the plugin ProcessBlock from song on YouTube, and process it by doing filter or compressor on this samples, and than, to transmit the result to my speakers ( i want to hear the result that I got from the ProcessBlock for example : low pass filter on the current song or compressor according to some threshold).
I have a little example of this project but I’m using ASIO and transmit to Audio Precision.
here I want that the buffer will be the samples from the browser(for example youtube song) instead of
the samples that I got from to sound card.
To make it clear I will mention that I use visual studio with c++