summaryrefslogtreecommitdiff
path: root/export
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2017-01-28 13:34:30 -0600
committerBen Loftis <ben@harrisonconsoles.com>2017-01-28 13:34:39 -0600
commit960d5645826981924ede80873d7b27da854960cb (patch)
tree55bb8211c9ba9f05e04af37007a3eb95d91bce7a /export
parentb424187be1682353ed6209b6a7c953c3f31f65c9 (diff)
2 new export formats for stems and such. They export at the current session sample rate.
Diffstat (limited to 'export')
-rw-r--r--export/BWAV 24bit Export.format30
-rw-r--r--export/BWAV 32float Export.format30
2 files changed, 60 insertions, 0 deletions
diff --git a/export/BWAV 24bit Export.format b/export/BWAV 24bit Export.format
new file mode 100644
index 0000000000..f50bd65c80
--- /dev/null
+++ b/export/BWAV 24bit Export.format
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportFormatSpecification name="BWAV 24bit Export" id="e61c1d0f-95bd-48fb-b812-def99dbabe28" with-cue="false" with-toc="false" with-mp4chaps="false" command="" analyse="false" soundcloud-upload="false">
+ <Encoding id="F_WAV" type="T_Sndfile" extension="wav" name="BWF" has-sample-format="true" channel-limit="256"/>
+ <SampleRate rate="1"/>
+ <SRCQuality quality="SRC_SincBest"/>
+ <EncodingOptions>
+ <Option name="sample-format" value="SF_24"/>
+ <Option name="dithering" value="D_None"/>
+ <Option name="tag-metadata" value="false"/>
+ <Option name="tag-support" value="false"/>
+ <Option name="broadcast-info" value="true"/>
+ </EncodingOptions>
+ <Processing>
+ <Normalize enabled="false" loudness="no" dbfs="0" lufs="-23" dbtp="-1"/>
+ <Silence>
+ <Start>
+ <Trim enabled="false"/>
+ <Add enabled="false">
+ <Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
+ </Add>
+ </Start>
+ <End>
+ <Trim enabled="false"/>
+ <Add enabled="false">
+ <Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
+ </Add>
+ </End>
+ </Silence>
+ </Processing>
+</ExportFormatSpecification>
diff --git a/export/BWAV 32float Export.format b/export/BWAV 32float Export.format
new file mode 100644
index 0000000000..31266c6ca5
--- /dev/null
+++ b/export/BWAV 32float Export.format
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportFormatSpecification name="BWAV 32float Export" id="20b4ab09-6452-4cb3-bd66-b921cdbd2942" with-cue="false" with-toc="false" with-mp4chaps="false" command="" analyse="false" soundcloud-upload="false">
+ <Encoding id="F_WAV" type="T_Sndfile" extension="wav" name="BWF" has-sample-format="true" channel-limit="256"/>
+ <SampleRate rate="1"/>
+ <SRCQuality quality="SRC_SincBest"/>
+ <EncodingOptions>
+ <Option name="sample-format" value="SF_Float"/>
+ <Option name="dithering" value="D_None"/>
+ <Option name="tag-metadata" value="false"/>
+ <Option name="tag-support" value="false"/>
+ <Option name="broadcast-info" value="true"/>
+ </EncodingOptions>
+ <Processing>
+ <Normalize enabled="false" loudness="no" dbfs="0" lufs="-23" dbtp="-1"/>
+ <Silence>
+ <Start>
+ <Trim enabled="false"/>
+ <Add enabled="false">
+ <Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
+ </Add>
+ </Start>
+ <End>
+ <Trim enabled="false"/>
+ <Add enabled="false">
+ <Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
+ </Add>
+ </End>
+ </Silence>
+ </Processing>
+</ExportFormatSpecification>