Re: [mediacapture-output] Directing Web Speech API audio to a specific output device? (#102)

@jan-ivar 

Neither this specification nor Media Capture and Streams define capture of devices other than microphone input.

The suggested code is currently impossible at Chromium. Chromium refuses to support listing of or capture of monitor devices at Linux https://bugs.chromium.org/p/chromium/issues/detail?id=931749. Have filed multiple specification and implementation issues to support what this issue requests; in brief see https://github.com/w3c/mediacapture-main/issues/720; https://github.com/w3c/mediacapture-main/issues/720. 

To capture output of `speechSynthesis.speak()` at Firefox on Linux you can filter monitor device. 

To capture output of `sppechSynthesis.speak()` at Chromium workarounds must be used, see https://github.com/guest271314/captureSystemAudio.

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-output/issues/102#issuecomment-691522238 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 12 September 2020 17:36:19 UTC