Audio from WebBrowserComponent

Is there a way to grab audio from the WebBrowserComponent? Say I want to capture whatever sound is being played on X webpage. Obviously it’s not set up to do this currently, but I’m wondering how difficult it would be to pull of vs. say, trying to embed chromium from scratch, etc. and if anyone has tried this. Thanks!

This is more akin to viewing the data in the audio buffer that the operating system is passing to whatever device is set as the default output device. The browser is just sending audio to that buffer, just like how every other app that sends audio to a device. If we could read that buffer, then we apps could listen to the audio generated by other apps.