Log in

View Full Version : [REL] A mod of WilhelmTell's Real Diesel sounds


SUBMAN1
07-13-07, 12:07 AM
WilhelmTell's find of these real diesel sounds if a real positive addition to SHIV in my opinion. I however modified the two most important files a bit further - the exterior sound and the underwater sound. The original post looks like it was done with a WAV recorder instead of the actual file (The clue that gave this away was the 44.1 khz sample rate when the original is not 44.1, but is actually 22.05 khz), and it was recorded at too high a signal strength putting it into distortion teritory, so that is what prompted me to redo them as you see here.

[edited: includes my aircraft engine replacement sounds now too]

http://www.speedyshare.com/391249485.html

The two main differences are, I did not use a wav recorder to do the sounds. It is done by converting the mov file as found on the original site through AVISynth, and just saving it in a different format - wav. The original volume levels and detail were preserved this way. I then chopped off the last 6 seconds of it to make the engine sounds, and increased the signal level to make it pretty much an exact match as the default SHIV external diesel sound as shipped with the actual game. This makes it so you can once again here the nice splash of waves over the bow without the diesels drowning out the ambience.

On the underwater sound, I analyzed the default SHIV sound and made an accurate reverb match in the new sound. So it will now sound like the original underwater sounds as found in the default SHIV complete with reverb, but simply with a new engine as found on the real subs. I also went for a close match to the original signal volume as found in the default files again so the prop noise stands out nicely while you can still hear the diesels humming away.

Feel free to modify them from here if anyone cares.

Thanks,

-S

SUBMAN1
07-13-07, 03:15 PM
By the way, would anyone care to understand how to use AVISynth to transcode a Quicktime mov file? Or should I just convert all the sounds on that site and let you guys mod them? Let me know if I can help out.

-S

nomad_delta
07-13-07, 03:32 PM
Excellent, sounds great! I downloaded and tried using these diesel sounds when they were posted before, but I ended up removing them because it 1. overpoweringly loud and 2. distorted/clipping out.

You solved that problem, so now I've got a new diesel sound. Good deal!

Thanks!

nomad_delta

WilhelmTell
07-13-07, 05:12 PM
Good work SUBMAN1 !
Sounds are nice, though i must say on my pc my sounds weren't too loud. Perhaps due to the fact that i have only onboard sound.
By the way, don't you like to add the 'Submarine waves lap.wav' (idle engine effect) to your mod to make it complete ?

Regards,
Tell

SUBMAN1
07-13-07, 07:36 PM
Good work SUBMAN1 !
Sounds are nice, though i must say on my pc my sounds weren't too loud. Perhaps due to the fact that i have only onboard sound.
By the way, don't you like to add the 'Submarine waves lap.wav' (idle engine effect) to your mod to make it complete ?

Regards,
Tell
I could, or you could too. Your choice. Let me know because I'd be glad to help out. Here is the whole unmodified file in case you want it:

http://www.speedyshare.com/598238619.html

I hear you on the audio volume if you need it to be louder, but I matched it to the original default file in loudness that shipped with the game, so it is in balance and this is the signal that the devs decided was appropriate to balance out the ambience. A better way would be to find the control line that dictates how loud the diesels should be in game and modify that instead since this file is close to clipping already. If you need to increase the volume, I'd suggest loading it up in a wav editor and add maybe 1 dba in increased signal strength. 1 dba in signal strength will add a 12.2% increase in signal volume. The one thing that you have to remember in doing this however is that some sounds (call them details) are at the end of the rope already - they cannot get past 1.00 on this scale and still be defined (This is what the signel file looks like right now for my modified file):

http://img221.imageshack.us/img221/7092/modpk2.jpg

So what will happen here if you start increasing signal strength is that the core sound will be louder at the expense of the finer details of the file that will being lost forever - ie. they can never get any louder period than 1.0 on that scale you see above, and if you try, they garble and become an inaudible mess (distortion). So I guess you have to guage on what detail you are willing to loose in favor of the core sound being louder. You don't have this problem on a stereo system because you just crank the output volume (just like if you knew where to look in the game engine, you could just boost this output level too!), but with an input signal file you have a limitation like this.

Just remember - the file I provided is the exact same in signal strength, and will be portrayed at the exact same volume in game that the original diesels made without modification when the game was shipped - ie. it is in balance with the rest of the game. Jokingly though, it is missing the original files stuck valve problem! :D

Some quicktime info in case you or anyone else wants to transcode any additional files:

If you want to convert any other files off that same site, just follow these steps:

Download the Quicktime file that you want to convert. The way to get any Quicktime file into a WAV without having to record it (to preserve the originals quality), just do this -

1. Install Quicktime Alternative if you don't have the Quicktime Codecs already on your system - http://www.filehippo.com/download_quicktime_alternative/ - You probably have this already though.

2. Install a wave editor. I personally recommend Goldwave. Goldwave's trial lasts forever by the way, but if you use it, I'd recommend buying it since it is worth it. The trial has a limitation as well - it can only do 150 things per session, so if you do too many things in one long session, you will have to save your work, exit Goldwave, and then restart it and load up your work in progress. Kind of annoying if you are working on a long project, so buy it if its a problem! :) - http://www.goldwave.com/

3. Install AVISynth - http://avisynth.org/mediawiki/Main_Page

4. In the same directory as your quicktime mov file that you want to convert to a wav, create an AVISynth .avs script in the same directory (basically create a text file and rename it .avs instead of .txt) - in this case, this needs to be only 1 line in the file that I named engine.avs:
DirectShowSource("mainengine.mov")

Now save that text file.

5. Right click that new .avs file you just made and hit open with Goldwave (or alternativly, start Goldwave and then open that .avs file). AVISynth will then trick Goldwave, or whatever other program you use, into thinking this is a RAW Wave file (same thing it does with video too, but thats a different subject). All you have to do then is simply save this tricked file as a WAV immediately and presto! You have the original file in a more easy to use and modify format!

If you run across a copyprotected file, this should also bypass any copyprotection since what you are doing in essence is latching on to Direct X instead of opening the file directly. You make windows internals open the file instead of an external program, and then just save the RAW data in un-copyprotected form.

You should be able to use this trick on most file types if you feel the need to convert them to a wave for editing. These include WMA files by the way. Since WMA is a MS codec, I am not quite positive you can bypass any copy protections, but it may work in this regard too (though I doubt it since Direct X is definitely tied into the WMA and WMV standards). In case you care what AVISynth is, think of it as a professional multimedia editor. I usually use it for video editing and frame serving, but it has 1,001 uses I tell you! Converting Quicktime audio is just one of those!

-S

SUBMAN1
07-13-07, 07:43 PM
By the way, I forgot to mention that I kind of like the way the diesels start in game already, and I kind of like the silence of being able to shut the engines off, which is why I didn't go after those other two files.

I'd make them optional if you re-do your mod.

Just my two cents.

-S

Fearless
07-13-07, 08:37 PM
Would luv to download it but can't get server connection.

SUBMAN1
07-13-07, 08:52 PM
Would luv to download it but can't get server connection.

Here's an alternate if you don't mind scantily clad women:

http://fileho.com/download/9feadb419912/Realistic-sub-diesel-sounds.zip.html

-S

Vorkapitan
07-30-07, 09:21 PM
I can't download the file. It is no longer on the server.
Could you post a new link to the file?

JochenHeiden
07-30-07, 10:14 PM
Agreed, says its removed.

Ducimus
07-30-07, 10:51 PM
AH HAH, so this is where i got the engin sound i used. I need to update my credits or use something else. I was wondering where i got those engine sounds.

SUBMAN1
07-31-07, 02:17 PM
Yes - I can add it again. Hold on - if I have it here that is.

I did some aircraft too so that they don't sound like lawn mowers.

Here is the updated link:

http://www.speedyshare.com/391249485.html

-S

Vorkapitan
07-31-07, 07:57 PM
Thanks Subman 1 For The Update!!

Fearless
07-31-07, 10:21 PM
Excellent, can download now.:up:

SUBMAN1
08-01-07, 02:37 PM
You're welcome.

As a test, play the Battle of Midway single mission - the aircraft now sound like they should!

JochenHeiden
08-01-07, 02:39 PM
Engines sounds cut out abrutpy when going all stop. This is not correct?

SUBMAN1
08-01-07, 02:52 PM
Engines sounds cut out abrutpy when going all stop. This is not correct?

Hmm. I'll have to look. That should be a function of the game engine, not of the sound. I didn't notice anything like that on mine.

-S