- From: guest271314 via GitHub <sysbot+gh@w3.org>
- Date: Wed, 09 Oct 2019 15:13:06 +0000
- To: public-webrtc@w3.org
guest271314 has just created a new issue for https://github.com/w3c/mediacapture-main: == Support capturing audio output from sound card == Add the capability to capture audio output from sound card. Whether headphones are plugged in or not it should be possible to capture audio output from the system soundcard. `navigator.mediaDevices.getUserMedia({audio:{speakers:true}})` or `navigator.mediaDevices.getUserMedia({audio:{headphones:true}})` or `navigator.mediaDevices.getUserMedia({audio:{output:true}})` Fixes - https://github.com/guest271314/SpeechSynthesisRecorder/issues/14 - https://github.com/w3c/speech-api/issues/69 - https://github.com/WebAudio/web-audio-api/issues/1764#issuecomment-535993977 Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/629 using your GitHub account
Received on Wednesday, 9 October 2019 15:13:07 UTC