it’s the same with all “creative” programs. Photoshop needs 3 times the ram compared to the size of the file you’re editing.
I don’t know any DAW that can do non-destructive editing without using boatloads of disk and/or ram storage.
Besides, for audio or video editing you really need a large free contiguous space. Otherwise, fragmentation will affect your workspeed and might just lead to stuttering if you work on one disk.
That’s why most professional editors put their audio files on a separate harddisk and not on the disk containing the OS.
Assuming the track contains 30 MB of audio data, yes.
If you import a compressed 30 MB file, say a 30 minutes MP3, then the internal data usage by Audacity is up to 600 MB for a stereo file at Audacity’s default 32-bit float sample format and 44100 Hz project rate.
That’s about access times and whether the existing data chunk can be reused without rewriting it.
If you import a WAV or AIFF using On-Demand Loading then the file is read “directly” without copying the data in until you edit the audio, then it’s copied in. It saves the disk space the initial import would take.
I am not sure exactly what you are asking, but check it out for yourself. Import a file (copy in if WAV or AIFF) then apply an effect to the whole track. Observe that the number of AU files (and hence disk space usage) doubles.
Undo and Redo and nothing happens to the AU files.
If you only apply the effect to part of the track, then the number of AU files will less than double.
“Will less than double” is the magic phrase, implying that undo is handled at the chunk level, and that the phrasing in the release notes which inspired this thread is somewhere between pessimistic and wildly pessimistic, depending on what and how you edit. Thanks.
Be aware that every edit on a complete track takes as much in disk space as if you were recording that entire track, and partial edits take proportional amounts of space, due to the ability to undo and redo.
It wasn’t really wrong before, if you view it that editing a section of the track costs you about as much disk space as if you recorded that section.