ReSampler icon indicating copy to clipboard operation
ReSampler copied to clipboard

Sometimes audio is duplicated

Open DeadNews opened this issue 4 years ago • 1 comments

This only happens on some tracks. Audio for eximple. Duration: 00:04:18.142

After: ReSamplerLib -i './01 - Cloud 9.flac' -o './+resampled/01 - Cloud 9.flac' -r 44100 -b 16 Duration: 00:04:18.142

After: ReSamplerLib -i './01 - Cloud 9.flac' -o './+resampled/01 - Cloud 9.flac' -r 44100 -b 16 --dither Duration: 00:08:36.285 This is this track, but 2 times in a row.

ReSampler is built with: g++ -pthread -std=gnu++11 main.cpp ReSampler.cpp conversioninfo.cpp -lfftw3 -lsndfile -o ReSampler -O3 -lquadmath -DUSE_QUADMATH or this: g++ -pthread -std=c++11 main.cpp ReSampler.cpp conversioninfo.cpp -lfftw3 -lsndfile -o ReSampler -O3 -DUSE_AVX -DUSE_FMA -mavx -mfma result is the same

DeadNews avatar Dec 05 '20 15:12 DeadNews

I know this is old, but I will check it out. Thanks for providing sample file to test.

jniemann66 avatar Jul 26 '23 15:07 jniemann66