edwinn wrote:If a clip [RED] is displayed,
I presume that you are referring to the vertical red lines (enabled in "View > Show Clipping") rather than the "Clip indicator" in the meters (
http://manual.audacityteam.org/o/man/meter_toolbar.html). To save confusion, let's call them "red clip lines".
Normally, the amplitude for digital audio must lie within the range +1 to -1 (as shown on the vertical track scale), which is equivalent to "0 dB" (maximum possible amplitude).
However, Audacity uses a special, very high quality format called "32-bit float". This format is used internally by Audacity for all audio processing, and it is the default format for new audio tracks. One of the special features of "float" formats is that it supports sample values beyond the range +1 to -1 (above 0 dB).
To demonstrate this feature:
1) Generate a sine tone (Generate menu). Play it so that you know what it sounds like.
2) Using the Amplify effect, amplify to a "New peak amplitude" of +6 dB. You will need to enable "Allow clipping".
http://manual.audacityteam.org/o/man/amplify.html
3) Check that your speaker volume is fairly low (or this will be very loud) and play the amplified track. The changed timbre is because although Audacity can handle over 0 dB, your sound card can't, so the waveform is clipped at 0 dB by the sound card.
4) Export the track as a standard 16 bit WAV file.
5) Import the WAV file that you exported in step 4.
You now have two tracks in the Audacity project.

- tracks000.png (16.52 KiB) Viewed 1229 times
6) Right click on the vertical track scale to zoom out vertically (
http://manual.audacityteam.org/o/man/zo ... l#vertical), and one of these methods to zoom in really close horizontally
http://manual.audacityteam.org/o/man/zo ... horizontal
Notice that the original track shows a perfect "sine wave" that goes from +2 to -2 dB, but the second track, because it was exported as a normal 16 bit file, is permanently clipped at 0 dB.

- tracks001.png (21.57 KiB) Viewed 1229 times
7) Amplify both tracks by -6 dB. Notice how the original (32-bit float) track is now within the valid range of +1 to -1 and still a perfectly formed "sine wave", but the second track is clipped at -6 dB.

- tracks002.png (19.12 KiB) Viewed 1229 times
Does that help your understanding?