Slashdot Mirror


Normalizing Music?

Beans asks: "I have a couple classical music CD's which I listen to at work, and use for putting the baby to sleep. I can never find the correct volume, I can't hear soft spots, so I turn it up, only to have a rising crescendo rouse the baby, or at work, have co-workers glace over. What is a good way to normalize them (read on for what I mean by normalize)? All of the normalizing software I have seen uses the entire song for the window of normalzing. Basically makes determines a static value required to get the average volume of the song to the user defined level, then applies that value to the entire song. What I need is something that normalizes over a sliding window, or say 5 seconds, or whatever. In effect making soft spots louder, and crescendo's quieter. Not the way the music was intended to be heard, but perfect for music-at-work, or putting kids to sleep. Does anyone know of any software that does this? On a side note, I work for a Seismic processing company, and we do stuff like this all the time on Seismic waves, not sound waves. If I can't find any canned software to do this, I may modify some of our code to work with WAV files, but I don't want to reinvent the wheel."

36 of 136 comments (clear)

  1. WMP9 or 10 by WhatAmIDoingHere · · Score: 2, Interesting

    They both have a volume equalizer option.

    --
    Not a Twitter sockpuppet... but I wish I was.
    1. Re:WMP9 or 10 by DetrimentalFiend · · Score: 4, Informative

      It sounds like volume equalization is what microsoft calls compression. Compression is where the amplitude of music is altered depending on the average amplitude of the last few moments of music. It's basically like the device/computer has its hand on the volume nob and tries to keep the volume comming out at the same level, which is exactly what the poster described. Any good sound editing program has compression effects and I would be supprised if many audio players didn't offer it as well. I know my creative nomad has the feature available. FYI, audio compression is also what radio stations use to make their station sound louder.

    2. Re:WMP9 or 10 by Anonymous Coward · · Score: 3, Informative

      > It sounds like volume equalization is what microsoft calls compression

      It's pretty much a standard term.

      > FYI, audio compression is also what radio stations use to make their station sound louder.

      It's what TV advertisers do to make their station ads louder. FM transmissions pretty much have to be compressed. Get too loud with AM and you'll just clip and distort. Get too loud with FM, and you'll bleed into a neighboring station. Radio stations don't really like compression all that much, as it tends to cause listener fatigue.

      Typical compression doesn't really need to sample the last few moments of music, it just clamps the volume to a baseline and reduces any positive or negative gains. If the song is highly dynamic, it simply hits a limiter, and just doesn't get any louder -- too soft usually isn't an issue except with classical.

      Good compression normalizes over the entire track, but the term "normalization" usually applies to making the average volume level the same over several tracks of an album.

    3. Re:WMP9 or 10 by thegrassyknowl · · Score: 2, Informative

      It's a dynamic range control on mine (and actually called that, except in the advertising) - just flattens out the levels so you can hear people talking at a reasonable volume and when explosions and other loud parts of movies happen they are dropped back to "people talking" level so they don't make a racket. It's described in the book for my receiver.

      I guess it probably depends on the receiver as well.

      --
      I drink to make other people interesting!
    4. Re:WMP9 or 10 by Grab · · Score: 2, Informative

      Compression is a standard audio term, not an MS invention. Good description of what it does though. A compressor effects pedal is often used by guitarists because "turning up the volume" as the note decays away basically makes the note go on for ever (which is good for atmospheric guitar effects).

      For the benefit of the original poster, if you want quiet relaxing classical music, try picking quiet relaxing pieces. If you're looking for a low-volume piece of music, why not just put in Metallica "Creeping Death" and turn the volume way down? Answer: cos it doesn't sound anything like how it's supposed to. So why not treat classical music the same, and listen to the music as it really sounds instead of in some distorted copy?

      If you're having problems finding mellow classical music, buy more and you'll find plenty. Classical CDs are dirt cheap, so no reason not to. Deutsch Grammophon box sets are a good idea, incidentally. If you're still having trouble, much string quartet and chamber music has a fairly constant volume throughout.

      Grab.

    5. Re:WMP9 or 10 by slonkak · · Score: 2, Informative

      MP3Gain is the best program I've found. It doesn't normalize like other programs do. 'Instead, MP3Gain uses David Robinson's Replay Gain algorithm to calculate how loud the file actually sounds to a human's ears.'

      This is what I use and it works like a charm...

  2. Look up information about audio engineering, by MoOsEb0y · · Score: 4, Informative

    it seems the music "industry" has been doing a very good job of this. What exactly you want is dynamic compression, not normalization. click here for more information.

  3. Plugins by Noah+Adler · · Score: 5, Informative

    I've used normalizer plugins in both XMMS and Winamp. They aren't perfect, but they're generally alright.

    Check out http://volnorm.sourceforge.net/ for an XMMS plugin, or one of the many Winamp plugins here.

  4. Dynamic Compression with Audacity by mbrubeck · · Score: 5, Informative

    What you want is a compressor. Audacity (GPL software for Linux, Mac, Windows) includes a simple built-in compressor, and also works with compressor plug-ins like SC4 by Steve Harris. (You can get SC4 by installing the swh-plugins collection on Linux or Unix; it's also included with the Windows version of Audacity).

  5. Re:iTunes? by nocomment · · Score: 3, Informative

    Yes iTunes calls it "Sound Check", and IIRC it normalizes the entire song.

    --
    /* oops I accidentally made a comment, sorry */
    /* http://allyourbasearebelongto.us */
  6. That's not dynamics compression, not normalization by waynegoode · · Score: 5, Insightful

    That's not normalizing, that's dynamics compression.

    Normalizing scales the entire file so that the highest sample is the highest value that can be represented. For many sound formats, this is 32768, for 15 bits. (1 bit left for the sign). This lets the sample use the full range. However, the volume of the file is based on the value of one sample.

    What you want is to amplify different parts of the file so that the level of the song is more consistent. For example, sample every 1/4 second and adjust the level based on the average of that sample. A typical value might be 2:1 compression above -10 db. In this case, if the volume is above -10 db, the amount above -10 db is cut in half. -10 stays at -10, but -6 is scaled to -8, 0 to -5. (0 db is the highest value that can be represented.) There is a lot more to it, including look ahead, recovery time, multiple levels, etc.

    It is similar to riding the voume control manually and turning it down for the loud parts and back up for the soft parts, but very quickly.

    After dynamics adjustment, you usually normalize the sample.

    I edit speech audio for my church and deal with this all the time. I use Cool Edit 2000 and it is great at this. However, it is no longer available. But most audio editing programs can do this. Try Audacity.

  7. Classical != Quiet by yasth · · Score: 4, Informative

    Classical music with its large dynamic ranges is meant to be loud at times. People think classical is something nice and calm like a little old lady, but much of it is meant to be exciting, and brash.

    --
    I'd do something interesting, but my server can't handle a slashdotting.
    1. Re:Classical != Quiet by bill_mcgonigle · · Score: 2, Insightful

      True - you don't see scoring for a cannon even in the hardest Metal... but sometimes you want to be able to hear it over road noise and/or not scare the baby.

      You could also argue that we should all set our eq's flat, or at least only for equipment compensation because that's "how the music was intended." Me, I like to boost the mid-bass a bit and don't apologize for it.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    2. Re:Classical != Quiet by dJCL · · Score: 2

      I find it great when O Fortuna comes on to crank the quite part up to a normal volume - then when it suddenly becomes loud my windows explode...

      And the looks from other drivers at a stop light are great when that happens in the summer with the windows down!

      Anyway...

      --
      On Arrakis: early worm gets the bird. Magister mundi sum!
    3. Re:Classical != Quiet by brunson · · Score: 3, Informative

      False:
      AC/DC - For Those About to Rock

      --
      09F911029D74E35BD84156C5635688C0
      Jesus loves you, I think you suck
    4. Re:Classical != Quiet by spaceyhackerlady · · Score: 2, Funny
      It is just that there is a whole section of classical/trad music just for lulling babies to sleep. It is called a lullaby. While some of them have disturbing lyrics the baby doesn't care.

      Benjamin Britten had something to say on the subject (A Charm, Op. 41):

      Quiet!
      Sleep! or I will make
      Erinnys whip thee with a snake,
      And cruel Rhadamanthus take
      Thy body to the boiling lake,
      Where fire and brimstones never slake;...

      A few years ago my Mum was practising this before a concert (she's an accomplished musician) and heard a little girl, shaking, ask her Mum afterwards "Sh-sh-sh'e's k-k-kidding, isn't she?"

      ...laura

  8. Rock Steady by FreshlyShornBalls · · Score: 2, Informative

    Give this plug-in for Winamp a try. It's called Rock Steady and I've been using it for a year or two at the office without a hitch.

    --
    This space intentionally left blank.
    1. Re:Rock Steady by gothzilla · · Score: 2, Informative

      Redirect...actual url here:
      http://mitglied.lycos.de/trucki/
      The plugin is way at the bottom.

  9. Compression, not normalization by ChadN · · Score: 4, Informative

    What you want is 'compression', not normalization. I don't mean data compression (ie. making smaller file), btw.

    Music studio use "compressors" to reduce the dynamic range of sound. Ones that work in real time have to be a bit sophisticated (sliding window, like you said), but doing it offline is easier, since you can know the max and min sound values beforehand.

    I don't know what tools are out there in PC land, hopefully someone will answer. But I will mention that I used to have a portable CD player with a built in compressor (to help keep your music above the ambient background noise, espicially when driving) and it was GREAT! It is a feature that I don't see much in portable devices anymore, which surprises me...

    Anyway, hopefully this might give you a new term to google for, at least. Try searching for "dynamic range compressor", or something...

    Alright, I found some windows plugins that might help; Anyone with some Linux/MacOs/Unix equivalents?

    http://www.divx-digest.com/software/tfm_filter.h tm l
    http://www.divx-digest.com/software/dedynamic.h tml

    --
    "It's overkill, of course. But you can never have too much overkill." - Anonymous Slashdot Coward
  10. (-1 Flamebait) by Knights+who+say+'INT · · Score: 5, Funny

    You want quiet, listen to Enya. But don't go around raping the masters because of mundane utilitarian reasons.

  11. Night Mode by Wiwi+Jumbo · · Score: 3, Interesting

    On my nForce 2 motherboard, the sound applet has a "Night Mode" which um... "compresses" the sound so you don't have to turn it up as loud to hear the soft notes...

    It's a pretty niffty feature to have, but I've never seen it anywhere else that I can think of...

    --
    Wiwi
    "I trust in my abilities,
    but I want more then they offer"
  12. Replaygain by phej · · Score: 2, Informative

    Have you tried using Replay Gain? It finds the psychoacoustic level of the music and calculates an appropriate gain correction. Replay gain is supported by foobar2000. MP3Gain is a tool that computes the replay gain for a track and changes the overall gain of the file.

    1. Re:Replaygain by Vaevictis666 · · Score: 2, Insightful
      Replaygain does kick ass, and more people should use it, but as others have mentioned, this isn't what he wants.

      Replay Gain is designed to level all the tracks from a CD (and infact many different CDs if you do it to all of them) so that they all have a mean volume of about the same, but it works on the track level, not a 5-second floating window level.

  13. The Solution is MP3 Gain by Sangloth · · Score: 3, Informative

    Geez...I'm surprised nobody brought this up yet. MP3gain normalizes MP3's, but it NOT based on an average of the entire song. Read the site for more info. This is exactly the solution you are looking for.

    MP3 Gain at Sourceforge

    Sangloth
    I'd appreciate any comment with a logical basis...it doesn't even have to agree with me.

    1. Re:The Solution is MP3 Gain by Webmonger · · Score: 2, Informative

      Normalization isn't what's wanted here. This isn't a case of "I want all my mp3s to have the same volume", it's "inside a given file, there's too much volumne variation".

  14. Many Receivers & DVD Players have this.. by cybrthng · · Score: 2, Interesting

    Some home theater receivers and tv's have "Night Mode" which is used to do this. Feature is great in that you don't have to crank it to hear all of the dynamic ranges of a movie thus not loosing too much when you watch at lower volumes. (perfect for those with kids..)

    I think even my DVD player does this.

  15. Compression by ratboy666 · · Score: 4, Informative

    http://trikuare.cx/code/AudioCompress.html

    Works with most players -- xmms plugin as well.

    Ratboy

    --
    Just another "Cubible(sic) Joe" 2 17 3061
  16. Re:That's not dynamics compression, not normalizat by oskillator · · Score: 2, Insightful
    I use Cool Edit 2000 and it is great at this. However, it is no longer available.

    CoolEdit was bought by Adobe and is now available under the name Adobe Audition. Perhaps you were referring to the lack of a budget version of the software, however, in which case, yeah, that kinda sucks.

  17. Volume Logic with Automatic Gain Control by Michael.Forman · · Score: 4, Informative


    I recommend the Volume Logic plugin for iTunes. It provides dynamic automatic gain control (AGC) over multiple bands. I find it really brings out the nuances in quiet music without blowing me away, when things get loud.

    Michael.

    --
    Linux : Mac :: VW : Mercedes
  18. Use your stereo's natural clipping ability by Anonymous Coward · · Score: 4, Funny

    What you need to take advantage of is called "clipping" by sound experts.

    Let's say your stereo can play a waveform that varies between -1.0 and 1.0. If you send it a peak of +/- 2 for instance, it will clip to +/- 1.

    What you need to do is find the lowest peak in your music. Even the "silent" parts have a little noise.

    Let's assume that it goes +/- 0.01 in those parts. Find the recipricol (1/0.01) = 100 and set your gain to that.

    The quiet parts will range +/- 1, and the loud parts will be clipped to also be +/- 1. Voila! You've "expanded" and "compressed" without all that fancy professional equipment.

    Note: if you don't have an easy way to estimate the gain you need, just use a round estimate like 1000. You can find op-amps at your local Radio Shack that will amplify even higher than this! Just be sure to leave off the "feedback" part of the circuit. We all know that feedback is bad, right?

    And as an added advantage, your child will grow up with a love of music by the Japanese artist Merzbow. It's a win-win-win.

  19. This is called compression by c0d3h4x0r · · Score: 3, Informative

    The audio processing algorithm being requested here is called "compression", and it's a standard feature of most audio editing package such as SoundForge. You can also buy hardware compressors for under $100 (dbx and Alesis make stereo compressors) that are good for hooking into a home stereo/theater system.

    I keep an Alesis digital stereo compressor hooked into my home stereo system so that when loud spots (commercials, action scenece, etc) come on it doesn't suddenly get orders of magnitude louder and drive my apartment neighbors nuts.

    Some DVD players have audio compression built-in as a feature. Some newer TV sets have it built-in also.

    --
    Moderator hint: a comment is neither "Flamebait" nor "Troll" if it is true.
  20. Low tech by k4_pacific · · Score: 4, Funny
    The low tech solution is to wire a small light bulb in series with your headphones. As you may know, electrical resistance increases with temperature. Thus, when the sound is louder, and more current is flowing to the headphones through the lightbulb, the filament gets hotter and glows brighter. This increases the resistance which limits the current flow and softens the louder sounds. Conversely, during quieter periods, there is less current, the lamp filament does not get as hot, and more current flows, making them louder.

    Similarly, you can increase the dynamic range of the sound by putting the bulb in parallel to your headphones. Loud sounds increase the temperature (and thus the resistance) of the bulb filament, which diverts more current through the headphones. Quieter sounds don'y heat the filament as much and allow more current to take that route, thus making them even quieter.

    You may have to experiment with different types of lamps to find which works best.

    --
    Unknown host pong.
  21. Winamp + tomsteady by shadowmas · · Score: 2, Informative

    for winamp there is a dsp plugin called tomsteady which does exactly this. i use it when i play mp3's at night.

  22. You want a compander. by klaws · · Score: 4, Informative

    What you want is a compander. (compressor/expander). It is so called because it compresses or expands the dynamic range of the input audio. Sox includes one, if you like command lines.

    For winamp, I've found Rocksteady is beautiful, and does separate compression for several frequency bands (i can't begin to express how good this is for pop/rock).

    For XMMS, AudioCompress does a sufficient job, although the windowing is somewhat stupid (not predictive == you'll get pops if things suddenly get loud) and it doesn't separate into multiple frequency bands, so it won't sound so good if you're playing something where the bass is really pushed (like Fiona Apple) next to something where it's not (classical).

    Neither allow you specify complex transfer functions (of input volume to output volume).

    For your purposes, sox is really the right thing, although it may feel a bit like "ack! drowning in sea of unexplained options!". You could start off trying:

    $ sox infile.wav outfile.wav compand .1,.1 -60,-10 0 0 .1

    will give you VERY hard compression. Change the .1s to specify how fast it changes the volume; change the -60,-10 (always negative) to more similar values to make the compression less severe.

    $ man sox
    will tell you something more.

    --
    - KLS
  23. SOX by Midnight+Warrior · · Score: 2, Informative

    SOX has a compand operator that lets you tune this stuff and parameters that let you tweak how fast it responds, how hard it attempts to correct the sound, and how fast it "lets go." Put this in line with your CD RIP process after you run a few through a test bed.

    Don't forget to specify settings for each channel (normally two).

    If you're willing to forego ID3 tags, or can hack them in yourself with mp3info, you can use cdda2wav to do sox processing: cdda2wav -O wav -t 7 -D /dev/cdrom - | sox [sox options] | lame - foo.mp3

  24. Do you really want to do this? by gvc · · Score: 2, Insightful

    I acknowledge that not everybody (including me) is an audiophile, but the recording engineer went to some effort to make a recording that, when played, would reproduce the original performance as closely as possible.

    If you ride the volume control (or use automatic gain control to do it for you) or use dynamic range compression (a different animal from digital compression), you're compromising the music.

    I'd no sooner do this than bleach my favourite painting.