You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some conversions are workarounds, required to fix a bug, and gated by the flag. Some conversions are requested by the developers, maybe to optimize the data path, and not gated by the flag.
Several places in QuirksManager.cpp do not respect areWorkaroundsEnabled(). This does not cause any changes to the end user.
This means that OboeTester is doing sample rate conversion and I16 to Float conversions even when the areWorkaroundsEnabled() checkbox is not checked.
I'm not completely sure whether this is a bug or WAI.
The text was updated successfully, but these errors were encountered: