Baylink wrote:In the 2.1 release notes, I see
Be aware that every edit on a track takes as much in disk space as if you were recording that track, due to the ability to undo and redo.
That means that every single edit I make to a 30MB track costs me another 30MB of disk? If I make 100 edits, it's 3GB?
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.
Baylink wrote:I thought the internal chunking format was at least partially intended to preclude that particular problem; have I misunderstood that?
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.
Gale