mozilla / cubeb-coreaudio-rs

The audio backend of Firefox on Mac OS X.
ISC License
25 stars 10 forks source link

Force builtin devices to have same group_id #73

Closed ChunMinChang closed 4 years ago

ChunMinChang commented 4 years ago

To better support BMO 1624322, we need to make sure the builtin devices (or AirPods) returns the same group_id.

ChunMinChang commented 4 years ago

The goal is to force using the same group_id for [trrs input, trrs output] and [built-in mic, built-in speakers]

ChunMinChang commented 4 years ago

Fixed in #69