I implemented a new block output mode for my resamp that my branch depends on, and unfortunately resamp.fixed.c doesn't implement this mode. I could fix it, but I'm curious what the tradeoffs are with resamp.c vs resamp.fixed.c. Is it sane to just swap resamp.c back in?
Hi Joseph,
I've been merging your master into my devel branch, and I noticed that resamp.fixed.c seems to have replaced resamp.c https://github.com/jgaeddert/liquid-dsp/commit/33448b3948ca249c7812bd3492e5edc9332b8854#diff-6f96f867053ce404e0f2bd3156117448
I implemented a new block output mode for my resamp that my branch depends on, and unfortunately resamp.fixed.c doesn't implement this mode. I could fix it, but I'm curious what the tradeoffs are with resamp.c vs resamp.fixed.c. Is it sane to just swap resamp.c back in?