mozilla / cubeb-coreaudio-rs

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

Use a context-global shared VPIO unit #210

Closed Pehrsons closed 7 months ago

Pehrsons commented 7 months ago

The shared VPIO unit gets created on the first creation of a duplex stream. It will be used by any request for a duplex VOICE stream, if allowed and possible given the requested devices. With this PR there cannot be two VPIO units for a given context.