hi, i am trying to create a montage where all tracks are mixed at approximately an equal level one track always seems to dominate so i think i am doing it wrong
a = amplify(1.,override="replay_gain",sourcea) b = amplify(1.,override="replay_gain",sourceb) c = amplify(1.,override="replay_gain",sourcec) d = amplify(1.,override="replay_gain",sourced) mix = add([a,b,c,d]) OR? mix = add([a,b]) mix = add([mix,c]) mix = add([mix,d]) but either way i try it alway seems that there is one dominant track and the other three are in the background (with or without the amplify i get similar results - the sources are hour(ish) long audio tracks from films so might be pretty compressed/normalised anyway) is this the wrong approach to mixing? thanks rob ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
