adapter icon indicating copy to clipboard operation
adapter copied to clipboard

chrome: add naive selectAudioOutput shim

Open fippo opened this issue 2 years ago • 2 comments

based on enumerateDevices. This allows apps to somewhat use getUserMedia already to use selectAudioOutput (but will not show any prompt). Note that this does not (yet) modify enumerateDevices output.

fippo avatar Feb 02 '22 14:02 fippo

@jan-ivar useful or harmful? The tests also show I didn't think about how it should behave in Firefox...

fippo avatar Feb 02 '22 14:02 fippo

naive shim is more like a like sham.... And it will fail the feature detection with false positive and resulting in the behavior to be expected by the user not working and exposed to user because false positive sham.

Please dont merge this.

hthetiot avatar Feb 04 '22 21:02 hthetiot