- From: Jesper van den Ende via GitHub <sysbot+gh@w3.org>
- Date: Tue, 29 Mar 2022 09:01:01 +0000
- To: public-webrtc-logs@w3.org
My use case is that on https://fract.space/ there are several methods for audio input, so that it can be used to visualise the fractals based on the audio that has been provided. It's still a WIP, so at the moment dragging a file to the page is the most reliable way to do this. It is also possible to share screen/tab audio (this version still uses an extension), but if you do so the performance gets much worse, presumably because recording the screen comes with a lot of overhead. I've seen better results by piping system audio to a virtual microphone and then using that as input. So I'm confident the same will be true if this were possible with `getDisplayMedia()`. -- GitHub Notification of comment by jespertheend Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/100#issuecomment-1081613946 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 29 March 2022 09:02:17 UTC