Please make synchronize (by audio) and audio peak file generation multi-threaded processes.
Please make audio processing multi-threaded. Currently, generating peak files, synchronizing by audio, and rendering audio tracks are all single processor tasks, which makes these tasks really slow even on blazing fast multi-core machines.
1
vote

While there is definitely more multi-threading optimization we could do in PPro, not every process is distributable across multiple threads.