• Max Kellermann's avatar
    mp3: send 24 bit PCM data · 2cc2420f
    Max Kellermann authored
    libmad produces samples of more than 24 bit.  Rounding that down to 16
    bits using dithering makes those people lose quality who have a 24 bit
    capable sound device.  Send 24 bit PCM data, and let the receiver
    decide whether to apply 16 bit dithering.
    2cc2420f
mp3_plugin.c 27.8 KB