Page 1 of 1
16-bit FLAC:If VLC outputs in 32 bits and the sound server outputs in 16 bits, does not the sound server risk to dither?
Posted: 22 Nov 2020 00:59
by Kdmeizk
Re: 16-bit FLAC:If VLC outputs in 32 bits and the sound server outputs in 16 bits, does not the sound server risk to dit
Posted: 22 Nov 2020 09:05
by RĂ©mi Denis-Courmont
It's not specified what the sound server does, other than that it mixes all the application.
Re: 16-bit FLAC:If VLC outputs in 32 bits and the sound server outputs in 16 bits, does not the sound server risk to dit
Posted: 24 Nov 2020 15:21
by Kdmeizk
For lowering the sample format, I believe that dithering is preferred to truncating. For example, PulseAudio does not seem to dither but PipeWire seems to dither.
Re: 16-bit FLAC:If VLC outputs in 32 bits and the sound server outputs in 16 bits, does not the sound server risk to dit
Posted: 03 Dec 2020 04:11
by Kdmeizk
PipeWire will replace PulseAudio and so the 16-bit FLAC files will be dithered if PipeWire outputs in 16 bits since VLC outputs them in 32 bits whether the sound is modified (for example equalized) or not.
For the 16-bit PCM files, VLC outputs them in 16 bits and so will not be dithered by PipeWire.
Re: 16-bit FLAC:If VLC outputs in 32 bits and the sound server outputs in 16 bits, does not the sound server risk to dit
Posted: 15 Dec 2020 03:59
by Kdmeizk
Why the 16-bit FLAC has not a similar behaviour to the 16-bit PCM? This would avoid any superfluous dithering.