Re: [w3ctag/design-reviews] Output Device Selection in Web Audio API: AudioContext.setSinkId() (Issue #766)

@maxpassion Here's my response to the question ([link](https://docs.google.com/document/d/15_Hi3FGSqcIoUfWy4h33VvqE9IOgHNQGI6NDQlsDJN8/edit#bookmark=id.jt7ulmx5yyqq
)):

Using [selectAudioOutput()](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/selectAudioOutput) under MediaDevices:

Although the [Audio Output Device API](https://w3c.github.io/mediacapture-output/#dom-mediadevices-selectaudiooutput) spec mentions briefly about AudioContext, it lacks the detail of how Web Audio API is controlled by this method. (As of writing, no browser has implemented this feature) Additionally, the method is designed to change the audio output device for all instances of MediaElement and AudioContext in a document. Even with the implementation of selectAudioOutput(), AudioContext doesn't have the ability to set the output device separately whereas AudioElement does.



-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/766#issuecomment-1277926186
You are receiving this because you are subscribed to this thread.

Message ID: <w3ctag/design-reviews/issues/766/1277926186@github.com>

Received on Thursday, 13 October 2022 17:09:27 UTC