Questions tagged [replaygain]

"ReplayGain is a proposed standard published by David Robinson in 2001 to measure the perceived loudness of audio in computer audio formats such as MP3 and Ogg Vorbis."

From Wikipedia: ReplayGain:

ReplayGain is a proposed standard published by David Robinson in 2001 to measure the perceived loudness of audio in computer audio formats such as MP3 and Ogg Vorbis. It allows players to normalize loudness for individual tracks or albums. This avoids the common problem of having manually to adjust volume levels between tracks when playing audio files from albums that have been mastered at different loudness levels.

Although the standard is now formally known as ReplayGain,[1] it was originally known as Replay Gain and is sometimes abbreviated RG.

5 questions
18
votes
2 answers

How to normalize the volume of an audio file in python?

I have a bunch of AAC (.m4a) audio files that need to be normalized, and was hoping to find a way to do it with a simple python script using some package. I found this thread on superuser where someone has written an ffmpeg command-line utility in…
Luke Davis
  • 2,548
  • 2
  • 21
  • 43
5
votes
2 answers

Convert ReplayGain values to volume adjustments

I'm trying to implement Replay Gain (that is, responding to replaygain tags in music files) into the stock Android/AOSP music player app. This is just a personal project but down the line I could offer it as a patch or maybe make a lib or player of…
Headbank
  • 51
  • 3
2
votes
1 answer

ffmpeg: remove lame replaygain tag from mp3

lame is writing a replaygain tag if the option --noreplaygain is not set: ffmpeg -i testgain_0.mp3 Input #0, mp3, from 'testgain_0.mp3': Duration: 00:01:00.42, start: 0.025057, bitrate: 192 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 192…
fexplorer
  • 43
  • 1
  • 7
1
vote
0 answers

liquidsoap 1.1.1: enable_replaygain_metadata() prevents output

I’ve been working with liquidsoap lately, trying to set up automated streaming for an online radio station. Everything works fine so far, except that I need a way to get all the files to have the same loudness, since they will we sourced from many…
0
votes
1 answer

Does ReplayGain work on Opus audio files, too, and how do I apply it?

ReplayGain is a proposed technical standard published by David Robinson in 2001 to measure and normalize the perceived loudness of audio in computer audio formats such as MP3 and Ogg Vorbis. Does ReplayGain work on audio files encoded with Opus,…
finefoot
  • 9,914
  • 7
  • 59
  • 102