Replay Gain
ReplayGain(subsonic, trackGain=None, albumGain=None, trackPeak=None, albumPeak=None, baseGain=None, fallbackGain=None)
Bases: Model
Object that holds all the info about the gain of the playback of a media.
Attributes:
Name | Type | Description |
---|---|---|
track_gain |
strĀ | None
|
The track replay gain in dB. |
album_gain |
strĀ | None
|
The album replay gain in dB. |
track_peak |
int | None
|
The track peak value. |
album_peak |
int | None
|
The album peak value. |
base_gain |
int | None
|
The base replay gain in dB. |
fallback_gain |
int | None
|
Fallback gain in dB used when the desired one is missing. |