Merging contiguous tracks

I often have several large tracks (eg 3 x 3 hours). I want these in one track so I use align tracks end to end & then mix & render. The mix & render takes a long time although only one track at a time has any sound. Is it possible to recognise mix & render to silence & speed the process?

Rather than mixing the tracks, you could simply drag the clips into the same track, or even keep them in separate tracks (the tracks will automatically be mixed to a single file when you export).

1 Like

Unfortunately the mixing on export takes a long time even though only one track has any content at any point, hence the mix first.

Assuming that your project is 44.1/32 (default), then 3 x 3 hours of stereo is:

  • 4 bytes per sample
  • 2 channels
  • 44100 samples per second
  • 3 x 3 x 60 x 60 = 32400 seconds

Which works out as 11,430,720,000 bytes of data.

Reading, processing and writing back to disk 11.4 GB of data is not going to be very fast unless you have a supercomputer.