Open lylyhan opened 4 years ago
The problem comes from this chunk: https://github.com/bmcfee/muda/blob/master/muda/deformers/colorednoise.py#L43-L59
The issue is that we're using rfft
, but not explicitly setting the signal length when calling irfft
, so odd-length signals get corrupted.
I'll rewrite this module some time soon.
error (dimension mismatch) occurs when applying a pipeline that includes coloredNoise deformer and IRConvolution deformer.
where the original audio length is 118882 samples, impulse response length is 192000 samples.