You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReplayGain uses a default target loudness of -18 LUFS, which compared to other streaming services or radio stations is quite low. This happily blows you ears when switching from Lyrion playback to e.g. Youtube set to 100% volume in the browser.
As a side effect there are issues with integrated playback hardware, e.g. TWS ear phones or bluetooth speakers. The maximum volume just misses a few dB because this stuff is engineered for target loudnesses of -14 or -12 LUFS. On a traditional amp you just turn up the volume knob a bit more and you're done. On the bluetooth stuff that is not possible.
To get around those issues you can:
Recalculate ReplayGain tags for the whole library with a new target loudness
Use a pre-gain setting in the player to change ReplayGain tags "on the fly" at playback
Some tag tools set a REPLAYGAIN_REFERENCE_LOUDNESS tag. Value e.g. -18 LUFS. So a player even could have a target loudness setting (e.g. -14 LUFS) and recalculate the applied loudness based on existing tags.
If ReplayGain is enabled, then the setting replaygain_preamp is set to a value (in dB) between -15 and 15. This is the gain applied to songs with ReplayGain tags.
And foobar2000 settings:
The text was updated successfully, but these errors were encountered:
Hi,
most audio players can set a pre-gain to files with ReplayGain tags. This basically changes the desired target loudness without retagging the files.
For infos on ReplayGain and target loudness you can have a look at rsgain's documentation, especially on the target loudness part.
ReplayGain uses a default target loudness of -18 LUFS, which compared to other streaming services or radio stations is quite low. This happily blows you ears when switching from Lyrion playback to e.g. Youtube set to 100% volume in the browser.
As a side effect there are issues with integrated playback hardware, e.g. TWS ear phones or bluetooth speakers. The maximum volume just misses a few dB because this stuff is engineered for target loudnesses of -14 or -12 LUFS. On a traditional amp you just turn up the volume knob a bit more and you're done. On the bluetooth stuff that is not possible.
To get around those issues you can:
REPLAYGAIN_REFERENCE_LOUDNESS
tag. Value e.g.-18 LUFS
. So a player even could have a target loudness setting (e.g. -14 LUFS) and recalculate the applied loudness based on existing tags.For reference, here is a link to mpd's ReplayGain settings: https://mpd.readthedocs.io/en/latest/user.html#replay-gain
And foobar2000 settings:
The text was updated successfully, but these errors were encountered: