Skip to content

Sometimes audio is duplicated #28

@deadnews

Description

@deadnews

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions