]> Shamusworld >> Repos - ardour-manual/blob - include/quick-audio-export.html
Add basic documentation on the Quick Audio Export dialog
[ardour-manual] / include / quick-audio-export.html
1 <p>
2   The <kbd class="window">Quick Audio Export</kbd> dialog is a trimmed-down
3   version of its original counterpart. It's best for cases when all the user
4   needs is exporting an entire session (or part of it) to something like a WAV
5   file at the session rate.
6 </p>
7
8
9 <figure>
10   <img style="width:50%;" width="50%" src="/images/quick-audio-export-dialog.png"
11   alt="Quick Audio Export Dialog">
12   <figcaption>Quick Audio Export Dialog</figcaption>
13 </figure>
14
15 <p>
16   The three available options are:
17 </p>
18
19 <table class="dl">
20   <tr>
21         <th>Format preset</th>
22         <td>Lists popular options such as FLAC, WAV @ session rate, MP3, and others.
23         </td>
24   </tr>
25   <tr>
26         <th>Export range</th>
27         <td>Allows choosing between exporting a selection (range) or the entire
28         session (from session start marker to session end marker). Only lists the
29         latter option if no selection is available.
30   </td></tr>
31   <tr>
32         <th>After export</th>
33         <td>Allows choosing whether to open the folder where the audio file has been
34         exported to, or do nothing.
35   </td></tr>
36 </table>
37
38 <p>
39   Ongoing export can be canceled by pressing the
40   <kbd class="button">Abort</kbd> button.
41 </p>