diff --git a/include/quick-audio-export.html b/include/quick-audio-export.html new file mode 100644 index 00000000..423391f4 --- /dev/null +++ b/include/quick-audio-export.html @@ -0,0 +1,41 @@ +

+ The Quick Audio Export 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. +

+ + +
+ Quick Audio Export Dialog +
Quick Audio Export Dialog
+
+ +

+ The three available options are: +

+ + + + + + + + + + + + +
Format presetLists popular options such as FLAC, WAV @ session rate, MP3, and others. +
Export rangeAllows 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. +
After exportAllows choosing whether to open the folder where the audio file has been + exported to, or do nothing. +
+ +

+ Ongoing export can be canceled by pressing the + Abort button. +

\ No newline at end of file diff --git a/include/the-session-menu.html b/include/the-session-menu.html index a2437b15..923e648a 100644 --- a/include/the-session-menu.html +++ b/include/the-session-menu.html @@ -25,6 +25,7 @@ Remove VideoRemoves the video part of the session (the video timeline disappears) Loudness Assistant…Shows the Loudness Analyzer and Normalizer, allowing an in-depth analysis of the master bus' volume for the final export Export + Quick Audio Export…Export a selection or the entire session to audio with just a few settings Export to Audio File(s)…Export all or part of the session in audio form Stem export…Exports each track as its own audio file (for e.g. DAW interchange) Export to Video FileExports the session to a video file diff --git a/master-doc.txt b/master-doc.txt index 82f71d1a..4c439a36 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -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 diff --git a/source/images/quick-audio-export-dialog.png b/source/images/quick-audio-export-dialog.png new file mode 100644 index 00000000..71cb1bd5 Binary files /dev/null and b/source/images/quick-audio-export-dialog.png differ