w3c / mediacapture-output

API to manage the rendering of audio on any audio output device
https://w3c.github.io/mediacapture-output/
Other
26 stars 25 forks source link

Is selectAudioOutput intended to capture audio output or route microphone capture to an output device? #101

Closed guest271314 closed 4 years ago

guest271314 commented 4 years ago

Is selectAudioOutput intended to capture audio output or route microphone capture to an output device?

guidou commented 4 years ago

No. It's intended to get the deviceID of an audio output device so that it can be used with setSinkId() without having to use enumerateDevices() or getUserMedia().