Webkit Audio Output

Hey,

I’ve just spent a bit looking at the Webkit implementation on the apple platform. I’d like to hack around a bit and change the default routing of the audio from the juce web browser component so I can pass it into a buffer and do some processing, however it looks like all the audio IO stuff is handled by the browser once that’s created by webkit.

Does anyone know if it’s possible to access the raw audio data of a browser component?

Cheers,

Jake

1 Like

Friendly bump, really interested to know if this is possible