I was wondering where the left_err and right_err used for dithering are computed?
Regards
--
Gabriel Bouvigne - France bouvigne@mp3-tech.org mobile phone: gsm@mp3-tech.org icq: 12138873
MP3' Tech: www.mp3-tech.org personal page: gabriel.mp3-tech.org
"Gabriel Bouvigne" bouvigne@mp3-tech.org wrote:
I was wondering where the left_err and right_err used for dithering are computed?
They are passed by reference to the audio_linear_dither() routine in audio.c where they both affect the output and receive the subsequent quantization error.
-rob