LAME: Replay gain
In this task the peak for the volume adjustment during playback is calculated.
It is an optional task which is executed only if a LAME header is written into
a file.
The task is implemented in the class "GainAnalysisTask".
The samples must be in floating-point format for the calculation. Therefore
the task depends on the sample converter.
Further dependencies do not exist.
In the case study no optimizations were made for this task. It is, however,
possible to speed up the task with SSE instructions.
|