]> de.git.xonotic.org Git - xonotic/mediasource.git/commitdiff
use peak normalization
authorRudolf Polzer <divverent@xonotic.org>
Wed, 12 Oct 2011 05:49:28 +0000 (07:49 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Wed, 12 Oct 2011 05:49:28 +0000 (07:49 +0200)
sound/weapons/tuba_loopnote_maker.sh

index 1565192f58e6d7f8b4b6272da160305541d038fb..cd399880f6414405f6a02c6e30a301a2fc59e598 100755 (executable)
@@ -32,7 +32,8 @@ case "$synth" in
                fluidsynth -v -n -i -l -T wav -F "$t"/out.wav "$@" "$t"/tuba_loopnote_maker.mid
                ;;
 esac
-normalize "$t"/out.wav
+
+normalize --peak "$t"/out.wav
 
 start=$delta
 step=$(($delta*2))