• Simon Hosie's avatar
    decoder/vorbis: skip 16 bit quantisation, provide float samples · 5e9ccdec
    Simon Hosie authored
    Internally the vorbis (non-Tremor) decoder is working in floating
    point, and it's not really necessary to cut the output back to 16-bit
    if the soundcard or OS supports higher resolution.
    
    The decoder can be trivially modified to bypass its internal
    quantisation and produce floating-point output, and a separate
    quantisation can be used as appropriate to the platform.
    5e9ccdec
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...
mpd.service.in Loading commit data...
valgrind.suppressions Loading commit data...