mozilla / cubeb-coreaudio-rs

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

Test failure with Blackhole installed #138

Closed padenot closed 3 years ago

padenot commented 3 years ago

With this, which is very useful:

thread 'backend::tests::api::test_get_same_group_id_for_builtin_device_pairs' panicked at 'assertion failed: group_ids.insert(source, id.into_string().unwrap()).is_none()', src/backend/tests/api.rs:1268:1

Looks like it's BlackHole_ModelUID multiple times.

ChunMinChang commented 3 years ago

I can reproduce it. I'll take a look