mozilla / cubeb-coreaudio-rs

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

Explicitly ignore INPUT_UNDEFINED input channels #202

Closed Pehrsons closed 10 months ago

Pehrsons commented 10 months ago

Instead of allowing only explicitly recognized terminal types, this patch makes INPUT_UNDEFINED explicitly ignored and everything else allowed. Unrecognized terminal types will still be logged as before.

Background for this change is https://bugzilla.mozilla.org/show_bug.cgi?id=1870678