aboutsummaryrefslogtreecommitdiffstats
path: root/src/replay_gain_state.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replay_gain: reimplement as a filter pluginMax Kellermann2010-02-171-50/+0
| | | | | | | Apply the replay gain in the output thread. This means a new setting will be active instantly, without going through the whole music pipe. And we might have different replay gain settings for each audio output device.
* replay_gain: moved code to replay_gain_info.cMax Kellermann2010-01-041-1/+1
|
* replay_gain: refactor API, move code to replay_gain_state.cMax Kellermann2010-01-041-0/+50
The replay_gain_state struct holds the precalculated scale factor, which is removed from struct replay_gain_info.