WASAPI: Try fixing an automatic stream routing bug.
Automatic stream routing should only be used when the ma_device object is initialized with a device ID of NULL. When it's non-NULL (i.e. an explicit device) it should not perform automatic stream routing. It looks like the WASAPI backend is not respecting this requirements and is enabling automatic stream routing in all cases. Public issue #127
Showing
Please register or sign in to comment