Skip to content

LanczosResampler's hard-coded buffer sizes can get into trouble. #8

@sdatkinson

Description

@sdatkinson

A DAW buffer size of 4096 will get into trouble trying to use these when resampling.
Here's the offender:

static constexpr size_t kBufferSize = 4096;

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions