sdatkinson / AudioDSPTools

A library of basic audio DSP tools
MIT License
35 stars 10 forks source link

[BUGFIX] Ensure resampling container fills the output buffer. #14

Closed sdatkinson closed 7 months ago

sdatkinson commented 7 months ago

Hacky fix while use of rational numbers in phase calculations is being worked on.

Resolves #13 .

But, there's a risk the other way that the latency will grow over time if the fp errors accumulate in the other direction!

sdatkinson commented 7 months ago

Better fix: #15