The usual way is to multiply by a factor 1/max(signal), however, one of my colleagues told me to multiply by a factor:
(1-1/2^bitrate)/max(signal)
to take into account the quantization error.
This is for signals that are going to be saved again as audio files.
I would like to know the opinion of the experts, what do you think?
Thank you very much.