Jump to content
The Dark Mod Forums

Batch volume adjust?


Springheel

Recommended Posts

Anyone know of a good program to batch adjust the volume of .ogg files? I have the noblewoman vocals all cut up, but they are too faint compared to the other vocals. I've adjusted the volume in the shader, but there appears to be a ceiling of some kind, as I've noticed no difference between "volume 11" and "volume 21".

Link to comment
Share on other sites

Anyone know of a good program to batch adjust the volume of .ogg files? I have the noblewoman vocals all cut up, but they are too faint compared to the other vocals. I've adjusted the volume in the shader, but there appears to be a ceiling of some kind, as I've noticed no difference between "volume 11" and "volume 21".

 

I use CoolEdit 2000 for my sound work.

 

It has the ability to run a script of actions across a bunch of files. So I should be able to create a Normalize script that can do what you want.

 

I'll experiment with it to see if it works (I've never used batch mode). If so, I'm open to normalizing the files for you if you can't find another solution. I'll just need to know what level you want to normalize to.

 

CE2000 is no longer available. Adobe bought it and today it's wrapped up inside their Soundbooth software.

 

Edit: I've confirmed that batch processing works, so I can do this if you want.

Link to comment
Share on other sites

Anyone know of a good program to batch adjust the volume of .ogg files?

 

You don't really want to do this unless you have no alternative, because of the possible recompression artifacts. Adjusting the volume of the source .WAVs would be preferable.

 

Other than grayman's CoolEdit suggestion, this would also be pretty much trivial to do on Linux with sox.

 

I've adjusted the volume in the shader, but there appears to be a ceiling of some kind, as I've noticed no difference between "volume 11" and "volume 21".

 

In my experience the ceiling is actually at 0dB, i.e. you can only reduce the volume of sounds, not increase it. This seems like a strange design decision, but such is life.

Link to comment
Share on other sites

You don't really want to do this unless you have no alternative, because of the possible recompression artifacts. Adjusting the volume of the source .WAVs would be preferable.

 

I've spent the last week cutting them up, making necessary adjustments and exporting them. I can certainly do it again, but it's going to be highly annoying. I guess the best thing to do in the future would be to save them as individual .wavs after the post-proc is done, and then batch convert them to .ogg after they're working properly?

 

In my experience the ceiling is actually at 0dB, i.e. you can only reduce the volume of sounds, not increase it. This seems like a strange design decision, but such is life.

 

Really? That's odd, as all the vocals have some level of positive volume adjustment in the shader.

Link to comment
Share on other sites

For large batches, I've used audacity to open 150+ audio files. Ctrl-A to select them all, and use a normalize tool to boost them all just under 0 dB.

 

Then Audacity can also batch export using "export multiple" and using the label/track name to keep each file name the same after export.

yay seuss crease touss dome in ouss nose tair

Link to comment
Share on other sites

For large batches, I've used audacity to open 150+ audio files

 

Not sure what I'm doing wrong, but it crashes for me if I try to open more than 35, and ctrl-A only selects the currently selected window, not all of them.

Link to comment
Share on other sites

I've spent the last week cutting them up, making necessary adjustments and exporting them. I can certainly do it again, but it's going to be highly annoying. I guess the best thing to do in the future would be to save them as individual .wavs after the post-proc is done, and then batch convert them to .ogg after they're working properly?

 

Indeed, the export to .ogg should be the final step in the process and not replace the storage of uncompressed WAVs. Really the WAVs should also be committed into the sound_src SVN repository, although I admit that I haven't done this either with the modified footsteps.

 

Really? That's odd, as all the vocals have some level of positive volume adjustment in the shader.

 

Is there actually any noticeable difference though if you reset the volume adjustment to zero? I could be wrong about the "no amplification" theory, but I suspect that the positive adjustments were left in without actually making any difference.

Link to comment
Share on other sites

Ctrl-A to select them all,

 

Am I missing a preference or something? My audacity opens every file in a separate window, and I can't seem to select or modify more than one at a time.

Link to comment
Share on other sites

You could install Sox for Windows:

 

http://sourceforge.net/projects/sox/files/sox-win/14.3.1/

 

and MSYS:

 

http://www.mingw.org/wiki/MSYS

 

Then the conversion process would be a simple as something like

 

$ for file in *.ogg; do sox --norm ${file} ${file}_normalised.ogg; done

Link to comment
Share on other sites

Ah, you're right. I never would have thought of dragging them. Thanks.

Link to comment
Share on other sites

  • 2 weeks later...

Ok, I went back and did them all as wavs first. I've now uploaded the ogg files. They're as good as I'm going to get them.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • OrbWeaver

      Does anyone actually use the Normalise button in the Surface inspector? Even after looking at the code I'm not quite sure what it's for.
      · 4 replies
    • Ansome

      Turns out my 15th anniversary mission idea has already been done once or twice before! I've been beaten to the punch once again, but I suppose that's to be expected when there's over 170 FMs out there, eh? I'm not complaining though, I love learning new tricks and taking inspiration from past FMs. Best of luck on your own fan missions!
      · 4 replies
    • The Black Arrow

      I wanna play Doom 3, but fhDoom has much better features than dhewm3, yet fhDoom is old, outdated and probably not supported. Damn!
      Makes me think that TDM engine for Doom 3 itself would actually be perfect.
      · 6 replies
    • Petike the Taffer

      Maybe a bit of advice ? In the FM series I'm preparing, the two main characters have the given names Toby and Agnes (it's the protagonist and deuteragonist, respectively), I've been toying with the idea of giving them family names as well, since many of the FM series have named protagonists who have surnames. Toby's from a family who were usually farriers, though he eventually wound up working as a cobbler (this serves as a daylight "front" for his night time thieving). Would it make sense if the man's popularly accepted family name was Farrier ? It's an existing, though less common English surname, and it directly refers to the profession practiced by his relatives. Your suggestions ?
      · 9 replies
    • nbohr1more

      Looks like the "Reverse April Fools" releases were too well hidden. Darkfate still hasn't acknowledge all the new releases. Did you play any of the new April Fools missions?
      · 5 replies
×
×
  • Create New...