• Max Kellermann's avatar
    pcm: fixed software volume, broken by unsigned integer · 40f59cac
    Max Kellermann authored
    "volume" was passed as an unsigned integer, which is correct.  It's
    just that when it was multiplied with the sample value, the whole
    operation was changed to unsigned, breaking the algorithm (and Qball's
    ears).  Internally change "volume" to signed.
    40f59cac
Name
Last commit
Last update
bs Loading commit data...
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...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...