Comment 6 for bug 1637786

Revision history for this message
Daniel Schürmann (daschuer) wrote :

Oh yes, you are right, I have misread the docs. You proposed solution is correct.

Reading it again, I noticed the dither topic.

Could you check if dithering is enabled on write?
This is required to remove the quantization noise from the recorded fixed point samples.

I have found noting in the API docs about it. Only the test code:
https://github.com/erikd/libsndfile/blob/2fcf531ac940829cf350f86786fcff5160a32143/tests/dither_test.c#L157