QUOTE (Audio Vox @ Dec 11 2004, 06:09 PM)
But beware transcoding, making a MP3 from that Audio CD!
Why?
Because the file would then be encoded twice as MP3, being distorted both times. This may or may not be ok, but is never ideal. Instead, use the origonal source when compressing new files.
QUOTE
Where could clipping occur?
If you try and go above the full scale volume in a sample. In 16 bit digital audio, volume is between 0 and 255 (or -128 and 127 if its a signed int). If you try and raise a sample above this value, it will be clipped.
This can happen by accident when decoding a file. MP3s are just approximations, and when they're decoded its possible a sample that was ok when encoded could be decoded at 256 or higher. For this reason many people use Replaygain, a standard for audio gain adjustment that avoids clipping during decodeing of compressed audio.