mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02:00
This reenables synchronous mode by default. However, for processing where a power cut or crash can be tolerated, synchronous and journaling are disabled. Once the processing is complete, they are reenabled. Types of processing that are like this are "Save As", "Backup Project", and "Vacuuming". They all write to a separate project file while running, so the real project file is safe. Unfortunately, effects are back to be slow and sluggish. I believe I've address all of the weird file corruption issues and I'll continue to continue testing for these.