A microcontroller processes sound samples represented as unsigned binary integers. To scale down the amplitude of an audio sample to exactly one-sixteenth of its original value, a binary shift operation is applied to the sample's binary representation.
Describe the binary shift operation required to perform this scaling.