Hi
I have a WebView front end , and I want to pass a PNG of an Audio thumbnail that JUCE has created using that cool DrawChannel call.
How would I go about either
a) drawing a thumbnail into a Graphics object, then generating a base64 for passing to the front end
b) just being able to pass the lores sample data as an array for the front end to plot
