Capture audio from web browser

Is there any way in Juce to capture audio from a web browser? I noticed that there is an object WebBrowserComponent.

Not in a straight forward way. You will need a virtual audio driver, either with an external software or there are extensions in winapi and CoreAudio to route afaik. But unfortunately there is nothing in JUCE.
If you use the forum search this was asked and I seem to remember that someone linked some code, but I haven’t looked into.

1 Like

ah yeah i remember it being asked in regards to general system audio capture i think it was. Was just wondering if maybe there’s an intermediate step with web audio that makes it easier. Guess not.

cheers Daniel