diff options
author | David Runge <dave@sleepmap.de> | 2015-03-06 00:07:41 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-06 00:07:41 +0100 |
commit | 71eef02a23088d9b7f670e00774a7ab4d38c261f (patch) | |
tree | b65fab98f6c62de940a24c2183abb9cf0eb1a2a7 /.config/ardour3/export | |
parent | dac8e30f01fd49c0d44531981cd4beaa17e65e96 (diff) | |
download | dotfiles-71eef02a23088d9b7f670e00774a7ab4d38c261f.tar.gz dotfiles-71eef02a23088d9b7f670e00774a7ab4d38c261f.tar.bz2 dotfiles-71eef02a23088d9b7f670e00774a7ab4d38c261f.tar.xz dotfiles-71eef02a23088d9b7f670e00774a7ab4d38c261f.zip |
ardour3: Adding configs for Ardour3.
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> |