Audacity Project Format

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(PRONOM)
(add application id for SQLite)
Line 18: Line 18:
 
Audacity 2.x project files are stored in an [[XML]] format using the root tag <code>audacityproject</code>
 
Audacity 2.x project files are stored in an [[XML]] format using the root tag <code>audacityproject</code>
  
Audacity 3.x project files are based on an [[SQLite]] database.
+
Audacity 3.x project files are based on an [[SQLite]] database.The application ID stored in the database header at offset 68 is <code>AUDY</code> string or <code>41554459</code> hexadecimal.<ref>{{PRONOM|fmt/1826}}</ref>
  
 
== Information ==
 
== Information ==
Line 27: Line 27:
  
 
* [http://audacity.sourceforge.net/ Audacity]
 
* [http://audacity.sourceforge.net/ Audacity]
 +
 +
== Links ==
 +
* [[Wikipedia:Audacity (audio editor)|Wikipedia article]]
 +
 +
== References ==
 +
<references/>
  
 
[[Category:XML based file formats]]
 
[[Category:XML based file formats]]

Revision as of 22:11, 18 April 2023

File Format
Name Audacity Project Format
Ontology
Extension(s) .aup, .aup3
PRONOM fmt/1822, fmt/1823, fmt/1824, fmt/1825, fmt/1826
Wikidata ID Q27959830

Contents

Description

The Audacity Project Format is used by Audacity to store all the data related to an Audacity project - tracks, clips, envelope points, etc. As well as the .aup file, Audacity also stores a number of .au (lossless, uncompressed, PCM audio data) files in a folder entitled $PROJECT_data (e.g. if the project file is called "first_project", the sub-folder will be called "first_project_data").

The format appears to have gone through at least three iterations. The first is created by Audacity v1.1.x or earlier and is no longer supported - the official manual suggests exporting each track as a WAV file using the appropriate legacy version. The second is created by Audacity v1.2.x and can be opened by recent versions of Audacity, but if saved will no longer be openable by v1.2. Finally, the third version of the format is created by versions of Audacity from v1.3 to current.

Audacity 3.x introduced a new project format .AUP3 Upgrading Audacity 2.x to 3.x

Format Information

Audacity 2.x project files are stored in an XML format using the root tag audacityproject

Audacity 3.x project files are based on an SQLite database.The application ID stored in the database header at offset 68 is AUDY string or 41554459 hexadecimal.[1]

Information

Software

Links

References

  1. fmt/1826
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox