Closed sdatkinson closed 10 months ago
A DAW buffer size of 4096 will get into trouble trying to use these when resampling. Here's the offender: https://github.com/sdatkinson/AudioDSPTools/blob/b62f49cb03cdb9d20f47dd166a8cf8ecb6f0dd70/dsp/ResamplingContainer/Dependencies/LanczosResampler.h#L135
Short-term fix: bump it up for the most extreme case I can foresee (44.1 -> 192k with buffer size 8192). Longer-term, fix the code.
A DAW buffer size of 4096 will get into trouble trying to use these when resampling. Here's the offender: https://github.com/sdatkinson/AudioDSPTools/blob/b62f49cb03cdb9d20f47dd166a8cf8ecb6f0dd70/dsp/ResamplingContainer/Dependencies/LanczosResampler.h#L135
Short-term fix: bump it up for the most extreme case I can foresee (44.1 -> 192k with buffer size 8192). Longer-term, fix the code.