Maescool / Catacomb-Snatch

Mojang's Humble bundle source
Other
295 stars 99 forks source link

Added fade and reverb effects to falling screams. #852

Closed noodlenode closed 12 years ago

noodlenode commented 12 years ago

This softens the falling sound effect by fading it out while adding a reverb effect which seems to fit the environment. I used 'sox' with these parameters:

sox -m "|sox falling_female.wav -p gain -3 fade h 0 1.00 0.75" "|sox falling_female.wav -p fade l 0 1.25 0.75 reverb -w fade 0.25" -b 16 falling_female.new.wav
sox -m "|sox falling_male.wav -p gain -3 fade h 0.05 0.65 0.60" "|sox falling_male.wav -p gain -3 fade h 0 0.75 0.5 reverb -w fade 0.25" -b 16 falling_male.new.wav

This simply mixes the original sound as it fades out with the reverberated sound fading in. I think it sounds a little better, but it could be tweaked more if there's any suggestions.

master-lincoln commented 12 years ago

A real improvement. Thanks!