-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redefine groupId to be more narrow and useful #899
Comments
I am not a big fan of using 'video conferencing call'. |
What's the use case for listening to output devices? |
Use cases are similar to screen capture, and so there is overlap with |
@karlt that comment was a little too terse for me to understand it. |
A possible extension would be to classify the type of a group. |
For my use cases, the If I have a list of input devices and a list of output devices, I'd like to know what I/O pairs together. Common devices where this is useful include USB headsets, USB microphones with integrated headphone jacks, and DJ mixers/decks. Other cases include virtual devices. For instance, many multichannel audio interfaces include drivers to split many channels into stereo pairs to be shown to software as virtual audio devices. I don't know what all is possible on the OS side of things, but group ID should definitely consider output/monitor devices when relevant. |
I just meant that someone may wish to record or share the output of a particular speaker device in the same way that they might that of a tab or application. It wasn't a comment for or against monitors being in the same group as their output device.
I assume everyone's agreeing that microphones and speakers on the same headset should be in the same group. The DJ mixer/deck and stereo-to-stereo effects unit, for example, are interesting cases because their inputs and outputs are useful when used together, though not really in the sense usually considered for a video call. If the input and output of an effects unit should be in the same group, then its hard to argue that those of a pass-through effects unit, like an output and its monitor, should not be in the same group. |
The undisputed use case for groupId is to find devices a user might want to use together in a video call. E.g. headset switching.
But the current definition: "Two devices have the same group identifier if they belong to the same physical device", is too broad.
Because on linux, Firefox exposes virtual microphones from monitored output devices, with matching groupId (behind a pref). But using these together (in a video call or anywhere else) would always be a mistake as it short-circuits.
I propose we redefine it to: "Two devices have the same group identifier if they belong to the same physical device, and are useful together in a video conferencing call."
Happy to bikeshed.
The text was updated successfully, but these errors were encountered: