Skip to main content

Type Alias: ReplayGainMode

type ReplayGainMode = "no" | "track" | "album";

Defined in: packages/player/src/player.ts:87

Which ReplayGain tag set to honour, mapped 1:1 onto mpv's replaygain option (--replaygain=<no|track|album>).

mpv 0.35.1 options.rst: "With --replaygain=no (the default), perform no adjustment. With --replaygain=track, apply track gain. With --replaygain=album, apply album gain if present and fall back to track gain otherwise."