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

Should the spec define specific static audio output device IDs #93

Open youennf opened 4 years ago

youennf commented 4 years ago

It might be useful to define specific values for audio output device IDs. Such values could be:

bradisbell commented 4 years ago

As a web developer, it would be much better to see these as attributes of devices. It's a frustrating user experience today for media capture to show a user a list of microphones, three of which are potentially the same thing. It's unfortunate to have to carry that problem forward into new APIs.

guest271314 commented 4 years ago

Cannot the values from pacmd or pactl be used? Missing from the list is 'speech-dispatcher'.

carlsmith commented 3 years ago

DJ software needs to send different audio to the speakers and the headphones, and needs to know which is which.