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
For legacy output tracks, the block size adapter can get deleted while a callback is still in progress.
We should intercept calls to setFramesPerCallback() and do the block size adaption in Oboe instead of AAudio.
There should not be any performance penalty.
This is related to #953
This will also help fix #778
The text was updated successfully, but these errors were encountered:
Avoid using callback size adapters in AAudio because of various bugs.
If setFramesPerCallback() called then use a filter stream and do the
block size adaptation in Oboe as part of the data conversion flowgraph.
Fixes#778Fixes#973Fixes#983
Avoid using callback size adapters in AAudio because of various bugs.
If setFramesPerCallback() called then use a filter stream and do the
block size adaptation in Oboe as part of the data conversion flowgraph.
Fixes#778Fixes#973Fixes#983
For legacy output tracks, the block size adapter can get deleted while a callback is still in progress.
We should intercept calls to setFramesPerCallback() and do the block size adaption in Oboe instead of AAudio.
There should not be any performance penalty.
This is related to #953
This will also help fix #778
The text was updated successfully, but these errors were encountered: