oboe icon indicating copy to clipboard operation
oboe copied to clipboard

Resampler has very low output when converting from 11025 to 88200

Open philburk opened this issue 3 years ago • 1 comments
trafficstars

Enable the unit test in testResampler.cpp to reproduce this.

There is an initial hump and then the output is shaped correctly but with very low amplitude.

philburk avatar Sep 14 '22 20:09 philburk

What about 88200 to 11025?

robertwu1 avatar Sep 15 '22 18:09 robertwu1

What about 88200 to 11025?

That seems OK.

These also fail: 11025 => 96000 8000 => 64000 It seems to fail if (outputRate / inputRate >= 4.0)

philburk avatar May 26 '23 00:05 philburk