diff options
author | Aleksei Kaveshnikov <4nykey@gmail.com> | 2010-03-12 18:04:46 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-03-19 10:26:08 +0100 |
commit | 73ba4ea3da0a066f6241e661ca145f3aa0d64d09 (patch) | |
tree | afc7dd61c6cf39c5b7ed975c3d5447d15efd9ad7 /NEWS | |
parent | cbfaa4a2662c55d7ad6339d70b3665d066bf491a (diff) | |
download | mpd-73ba4ea3da0a066f6241e661ca145f3aa0d64d09.tar.gz mpd-73ba4ea3da0a066f6241e661ca145f3aa0d64d09.tar.xz mpd-73ba4ea3da0a066f6241e661ca145f3aa0d64d09.zip |
decoder/mpcdec: fix replay gain formula with v8
"When playing musepack files with mpd v0.15.8, rg seems to have no effect.
Using sample file below, mpd says 'computing ReplayGain album scale with gain 122.879997, peak 0.549150'.
One thing though, if I build mpd against old libmpcdec-1.2.6, rg works
as expected: 'computing ReplayGain album scale with gain 16.820000,
peak 0.099765'"
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ ver 0.15.9 (2009/??/??) * decoders: - mad: fix crash when seeking at end of song - mpcdec: fix negative shift on fixed-point samples + - mpcdec: fix replay gain formula with v8 * playlist: fix single+repeat in random mode * player: postpone song tags during cross-fade |