Page 1 of 1

Project file of Audacity Windows ver 2.4.2 vs. 3.0.2

Posted: Sun Jun 06, 2021 4:32 pm
by LeeX
Hi,

I upgraded Windows Audacity from version 2.4.2 to 3.0.2, and have two questions on the project files saved by these two versions.

(1) Audacity version 3.0.2 project file is saved as *.aup3 while version 2.4.2's project file is *.aup. Why does 3.0.2 use different project file extension?
(2) Project file size of Audacity 3.0.2 is much larger than 2.4.2's (87 MB vs. 160 KB) for the same project. Why they have such big difference?

Thanks & regards,
Lee

Re: Project file of Audacity Windows ver 2.4.2 vs. 3.0.2

Posted: Sun Jun 06, 2021 4:48 pm
by jademan
LeeX wrote:
Sun Jun 06, 2021 4:32 pm
(1) Audacity version 3.0.2 project file is saved as *.aup3 while version 2.4.2's project file is *.aup. Why does 3.0.2 use different project file extension?
Audacity 2.4.2's project.aup file did not contain your audio. Instead it contained pointers to files contained within a project_data directory.

For more information, see Audacity 3.0.0 Released and Completed: Proposal Unitary Project
LeeX wrote:
Sun Jun 06, 2021 4:32 pm
(2) Project file size of Audacity 3.0.2 is much larger than 2.4.2's (87 MB vs. 160 KB) for the same project. Why they have such big difference?
See the answer to your first question.

Re: Project file of Audacity Windows ver 2.4.2 vs. 3.0.2

Posted: Mon Jun 07, 2021 9:38 pm
by LeeX
Thanks for the info.