mozilla / cubeb-coreaudio-rs

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

Correct the removal of the aggregate device in the device list #42

Closed ChunMinChang closed 4 years ago

ChunMinChang commented 4 years ago

The PRIVATE_AGGREGATE_DEVICE_NAME is just a part of the uid of the created aggregate device, so we should check if the uid contains that string instead of comparing them. A new test is added to verify the problem is solved when the default input and the default output device are different.