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
There was a glitch that was happening when the interpolation wrapped around the coefficient table.
The coefficients at zero are not aligned with the last row. It is not a circular function.
I eliminated the glitch by adding a guard row to the coefficients table and not wrapping the indices.
Converting from 11025 to 48000 with Best quality had a strong glitch.
Added guard row to Coefficients table for interpolation.
Added a unit tests that scans all rate combinations.
Also added tests for specific settings for easier debugging.
Fixes#1622
Android version(s): S, T
Android device(s): all?
Oboe version: 1.5+
App name used for testing: OboeTester
Short description
Track internal bug b/245513523
Steps to reproduce
Expected behavior
Clean sine wave.
Actual behavior
Distorted sound.
The text was updated successfully, but these errors were encountered: