• Max Kellermann's avatar
    encoder/lame: explicitly configure the output sample rate · 0022fb10
    Max Kellermann authored
    When you don't explicitly set an output sample rate, liblame tries to
    guess an output sample rate from the input sample rate.  You would
    think that this "guessing" consists of just setting both equal, but
    that is not the case.  For 44.1kHz at 96kbit/s, liblame chooses
    32kHz.  This patch explicitly configures the output sample rate, to
    stop the bad guessing.
    0022fb10
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src 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...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...