mozilla / cubeb-coreaudio-rs

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

Fix device-changed test for duplex stream #147

Closed ChunMinChang closed 2 years ago

ChunMinChang commented 2 years ago

test_register_device_changed_callback_to_check_default_device_changed_duplex doesn't work when we have a single input device and multiple output devices. This PR fix this case.