• Max Kellermann's avatar
    pcm/SoxrResampler: round output buffer size up · 8d036c4b
    Max Kellermann authored
    The old formula calculates the output buffer size with "regular"
    rounding (to the nearest integer), however sometimes, that is
    insufficient and the last sample cannot be resampled.  This causes
    audible distortions.  By changing the formula to consider the worst
    case (always round up), this problem is eliminated.
    8d036c4b
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...