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
This may be related to FullDuplex callbacks where the numOutputFrames does not match the numInputFrames.
The analyzer may not be handling that correctly. The input analyzer needs its own tracking sine wave and should not compare itself to the output sine wave. That may be the issue.
The text was updated successfully, but these errors were encountered:
We were using a separate sinewave for the GlitchActivity because we were actually tracking the input signal.
But we were not using it in the DataPaths Activity. So I moved support for having both an input and
and output sine wave into BaseSineAnalyzer. Now the SRC Data Path tests are all passing
when using the Google adapter.
This may be related to FullDuplex callbacks where the numOutputFrames does not match the numInputFrames.
The analyzer may not be handling that correctly. The input analyzer needs its own tracking sine wave and should not compare itself to the output sine wave. That may be the issue.
The text was updated successfully, but these errors were encountered: