.auz — Audacity Project
Audacity Development Team · 2000
An AUZ file is a project file for the Audacity audio editor that saves your editing session and references separate audio files.
Key Features
- Stores audio project settings and edits, not raw audio data.
- References external audio files used in the project.
- Supports non-destructive editing workflows.
- Based on a human-readable XML structure.
Best For
- Saving the state of an audio editing project within Audacity.
- Maintaining a flexible, non-destructive editing workflow.
- Organizing multi-track audio projects with specific edits and effects.
- Facilitating collaboration on audio production.
Less Ideal For
- Sharing final, playable audio files (e.g., MP3, WAV).
- Storing audio data directly for playback on media players.
- Archiving large amounts of audio data without project context.
- Distributing audio to end-users who do not use Audacity.
Common Use Cases
- Saving ongoing audio editing sessions in Audacity.
- Archiving audio projects for future revisions.
- Collaborating on audio projects by sharing project files and associated audio.
- Experimenting with different audio effects and arrangements without altering original recordings.
How to Open It
- Open Audacity (the official software).
- Go to File > Open and navigate to your .auz project file.
- Ensure that all original audio files referenced by the .auz file are in their original locations.
- Click 'Open' to load your project.
What is a .auz file?
An AUZ file is a project file created by Audacity, a free and open-source digital audio editor. It stores information about your audio editing session, including track details, effects applied, and recording settings, but not the actual audio data itself. Instead, it references the separate audio files used in the project. This allows for non-destructive editing and easy modification of your audio work. When you save your project as an AUZ file, Audacity ensures all your edits and arrangements are preserved for later access and further refinement. It's essential to keep both the AUZ file and its associated audio files together to reopen and continue editing the project.
Programs That Open .auz Files
| Platform | Program | ||
|---|---|---|---|
| Windows | Audacity | Free | Official |
| macOS | Audacity | Free | Official |
| Linux | Audacity | Free | Official |
How to Convert .auz Files
| Format | Method |
|---|---|
| .WAV | Audacity (File > Export > Export as WAV) |
| .MP3 | Audacity (File > Export > Export as MP3) |
Common Problems with .auz Files
Frequently Asked Questions
No, AUZ files are project files for Audacity and cannot be played directly by media players. You must open them within Audacity to access the audio.
AUZ files store editing information and project settings, referencing separate audio files. WAV and MP3 files contain the actual audio data ready for playback.
An AUZ file is the project file that defines how the audio project is structured and edited. The actual audio data is stored in separate files that the AUZ file links to.
Technical Details
The AUZ format is essentially a plain text XML file. It contains metadata about the audio tracks, including their names, lengths, sample rates, bit depths, and any effects applied. Crucially, it does not contain the audio data itself but rather pointers to the original audio files that Audacity uses. This structure facilitates flexible and non-destructive audio editing.