• Alessandro Ghedini's avatar
    replaygain: correctly parse peak values · 8542f9c4
    Alessandro Ghedini authored
    
    
    According to the ReplayGain spec, the peak amplitude may overflow and may result
    in peak amplitude values greater than 1.0 with psychoacoustically coded audio,
    such as MP3. Fully compliant decoders must allow peak overflows.
    
    Additionally, having peak values in the 0<->UINT32_MAX scale makes it more
    difficult for applications to actually use the peak values (e.g. when
    implementing clipping prevention) since values have to be rescaled down.
    
    This patch corrects the peak parsing by removing the rescaling of the decoded
    values between 0 and UINT32_MAX and the 1.0 upper limit.
    
    Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
    8542f9c4