Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes audio is duplicated #28

Open
DeadNews opened this issue Dec 5, 2020 · 1 comment
Open

Sometimes audio is duplicated #28

DeadNews opened this issue Dec 5, 2020 · 1 comment

Comments

@DeadNews
Copy link

DeadNews commented Dec 5, 2020

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

@jniemann66
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants