diff options
Diffstat (limited to '.config/ardour3/export')
-rw-r--r-- | .config/ardour3/export/FLAC 24 bit (tagged).format | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/ardour3/export/FLAC 24 bit (tagged).format b/.config/ardour3/export/FLAC 24 bit (tagged).format new file mode 100644 index 0000000..d45ca8c --- /dev/null +++ b/.config/ardour3/export/FLAC 24 bit (tagged).format @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ExportFormatSpecification name="FLAC 24 bit (tagged)" id="0627662f-f190-468d-9bb8-db0cca42eac5" with-cue="false" with-toc="false"> + <Encoding id="F_FLAC" type="T_Sndfile" extension="flac" name="FLAC" has-sample-format="true" channel-limit="8"/> + <SampleRate rate="1"/> + <SRCQuality quality="SRC_SincBest"/> + <EncodingOptions> + <Option name="sample-format" value="SF_16"/> + <Option name="dithering" value="D_Shaped"/> + <Option name="tag-metadata" value="false"/> + <Option name="tag-support" value="true"/> + <Option name="broadcast-info" value="false"/> + </EncodingOptions> + <Processing> + <Normalize enabled="true" target="-0"/> + <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> |