fn mix_tracks(
scratch: &mut Scratch,
project: &Project,
tracks: &[Track],
t: f64,
pool: &mut DecoderPool,
dest: &mut Dest<'_>,
depth: usize,
)Expand description
Accumulate (no zeroing, no clamping) the audio of tracks over [t, t + dest.frames() frames).