Add basic documentation on the Quick Audio Export dialog

This commit is contained in:
Alexandre Prokoudine 2022-11-03 19:12:54 +03:00
parent a1c465d7de
commit 8f53ffa490
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,41 @@
<p>
The <kbd class="window">Quick Audio Export</kbd> dialog is a trimmed-down
version of its original counterpart. It's best for cases when all the user
needs is exporting an entire session (or part of it) to something like a WAV
file at the session rate.
</p>
<figure>
<img style="width:50%;" width="50%" src="/images/quick-audio-export-dialog.png"
alt="Quick Audio Export Dialog">
<figcaption>Quick Audio Export Dialog</figcaption>
</figure>
<p>
The three available options are:
</p>
<table class="dl">
<tr>
<th>Format preset</th>
<td>Lists popular options such as FLAC, WAV @ session rate, MP3, and others.
</td>
</tr>
<tr>
<th>Export range</th>
<td>Allows choosing between exporting a selection (range) or the entire
session (from session start marker to session end marker). Only lists the
latter option if no selection is available.
</td></tr>
<tr>
<th>After export</th>
<td>Allows choosing whether to open the folder where the audio file has been
exported to, or do nothing.
</td></tr>
</table>
<p>
Ongoing export can be canceled by pressing the
<kbd class="button">Abort</kbd> button.
</p>

View File

@ -25,6 +25,7 @@
<tr><th>Remove Video</th><td>Removes the video part of the session (the video timeline disappears)</td></tr>
<tr><th>Loudness Assistant&hellip;</th><td>Shows the Loudness Analyzer and Normalizer, allowing an in-depth analysis of the master bus' volume for the final export</td></tr>
<tr><th colspan="2">Export</th></tr>
<tr><th class="sub1">Quick Audio Export&hellip;</th><td><a href="@@quick-audio-export">Export</a> a selection or the entire session to audio with just a few settings</td></tr>
<tr><th class="sub1">Export to Audio File(s)&hellip;</th><td><a href="@@mixdown">Export</a> all or part of the session in audio form</td></tr>
<tr><th class="sub1">Stem export&hellip;</th><td><a href="@@export-dialog">Exports each track</a> as its own audio file (for e.g. DAW interchange)</td></tr>
<tr><th class="sub1">Export to Video File</th><td>Exports the session to a <a href="@@workflow-amp-operations">video file</a></td></tr>

View File

@ -1083,6 +1083,14 @@ uri: exporting/export-dialog
part: subchapter
---
---
title: Quick Audio Export
include: quick-audio-export.html
link: quick-audio-export
uri: exporting/quick-audio-export
part: subchapter
---
---
title: Export Format Profiles
include: export-format-profiles.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB