Editing the Radio Stations

Post » Wed Jun 15, 2011 2:59 pm

Hello everyone. I'm using the New Vegas Radio Extender mod on the Nexus and I highly recommend it for anyone trying to get a large database of songs for NVR. My only issue is with music I've added being very quit when playing in the in-game radios. I'm trying to figure out how to adjust the sound volume in the GECK/FNVEdit but no dice.

I believe it's an issue with the _mono.ogg files converting to be too quiet. Are there any programs that can adjust the "gain" of .ogg files similar to MP3gain for mp3s? I'm trying to figure this out by trial an error but it's just proving to be frustrating. Any ideas?

EDIT: Here is the batch file that converts the mp3 files to mono oggs...

@echo off

@echo ==========================================================================
@echo Hello! This will convert -all MP3- files in this folder into mono Oggs!
@echo ==========================================================================
@echo -
@echo Important! This works ONLY with Mp3s! Convert formats into compatible mp3 first.
@echo -

pause

@echo Decoding with lame and encoding with oggenc2..
for %%z in (*.mp3) do (
@Tools\lame --decode "%%z" - | Tools\oggenc2 --quiet --downmix -b 65 -o "%%~nz_mono.ogg" -
@echo -
)

@echo [Done!]

pause

:end


Would changing the number highlighted in red adjust the volume of the .oggs it converts them into?
User avatar
Isabell Hoffmann
 
Posts: 3463
Joined: Wed Apr 18, 2007 11:34 pm

Post » Wed Jun 15, 2011 1:05 am

I use the same mod.

I just use http://mp3gain.sourceforge.net/ to normalize the song volume.

It's free, easy, and quick to use! :thumbsup:
User avatar
daniel royle
 
Posts: 3439
Joined: Thu May 17, 2007 8:44 am


Return to Fallout: New Vegas