• Max Kellermann's avatar
    pcm_utils: always round up resampling buffer size · 5b11d5a3
    Max Kellermann authored
    libsamplerate produces cracks in the sound output when the destination
    buffer is too small.  This is the case when pcm_convert_size() rounds
    down.  Use ceil(x) instead of floor(0.5+x) there to prevent a buffer
    overrun.
    5b11d5a3
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src 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...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...