Peak reduction
Decoded audio is a long list of amplitude samples - thousands per second. To fit a waveform into a few hundred or a few thousand horizontal pixels, the tool groups samples into short time slices, one per pixel column, and keeps a representative value (commonly the peak or an RMS-style average) for each slice. That reduction is what turns a multi-megabyte sample buffer into a manageable row of bar heights.