Let's assume I go to a page where audio gets played. Is there any way to expose and capture the audio stream coming from this puppeteer page? I don't want to simply save it but instead have access to the stream which I can constantly pipe throughout other stuff (for example to a server using the discord api)
There's already a similar issue on the official GitHub repo: startScreencast feature?
But I simply want to have access to the audio pipeline of the page instance (preferably a stream). Is there any way to accomplish this?