I've been reading HA formums for a long time. But still don't undestand where clipping comes from.
If I have a PCM stream ripped from a CD, there is no clipping, right? If I encode this stream to the MPEG Layer 3 some samples from this MP3 may clip, why? Encoding to MP3 converts every PCM sample to the floating point number from -1 to 1. And they are encoded following the encoder algorithm. On decoding the stream of floating point numbers are restored (with losses). If +1 is maped to 32767 and -1 is maped to -32767 then I've got a PCM similar to the original. Where does clipping comes from? What part of this process have flows?