Audacity Project Format

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(added mime type)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
|subcat=Audio and Music
 
|subcat=Audio and Music
 
|extensions={{ext|aup}}, {{ext|aup3}}
 
|extensions={{ext|aup}}, {{ext|aup3}}
 +
|mimetypes={{mimetype|application/x-audacity-project}}, {{mimetype|application/x-audacity-project+sqlite3}} for SQLite based variant<ref>https://github.com/audacity/audacity/blob/master/src/audacity.xml</ref>
 +
|pronom={{PRONOM|fmt/1822}}, {{PRONOM|fmt/1823}}, {{PRONOM|fmt/1824}}, {{PRONOM|fmt/1825}}, {{PRONOM|fmt/1826}}
 
|wikidata={{wikidata|Q27959830}}
 
|wikidata={{wikidata|Q27959830}}
 
}}
 
}}
Line 17: Line 19:
 
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 29:
 
* [http://audacity.sourceforge.net/ Audacity]
 
* [http://audacity.sourceforge.net/ Audacity]
  
 +
== Links ==
 +
* [[Wikipedia:Audacity (audio editor)|Wikipedia article]]
 +
 +
== References ==
 +
<references/>
 +
 +
[[Category:SQLite based file formats]]
 
[[Category:XML based file formats]]
 
[[Category:XML based file formats]]

Latest revision as of 01:32, 17 August 2023

File Format
Name Audacity Project Format
Ontology
Extension(s) .aup, .aup3
MIME Type(s) application/x-audacity-project, application/x-audacity-project+sqlite3 for SQLite based variant[1]
PRONOM fmt/1822, fmt/1823, fmt/1824, fmt/1825, fmt/1826
Wikidata ID Q27959830


Contents

[edit] 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

[edit] 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.[2]

[edit] Information

[edit] Software

[edit] Links

[edit] References

  1. https://github.com/audacity/audacity/blob/master/src/audacity.xml
  2. fmt/1826
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox