mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Add a couple of example export format profiles with Soundcloud upload enabled, so that people can upload to Soundcoud without having to go into the 'Edit Export Format Profile' dialogue and enable them there. There's probably still a discussion to be had about exactly what formats these profiles should have, and also their names, but I think they're a reasonably sensible starting point.
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ExportFormatSpecification name="Soundcloud upload (lossy)" id="a42eb2fe-2470-4aa9-8027-798ba625592a" with-cue="false" with-toc="false" upload="true" command="">
|
|
<Encoding id="F_Ogg" type="T_Sndfile" extension="ogg" name="Ogg Vorbis" has-sample-format="false" channel-limit="256"/>
|
|
<SampleRate rate="44100"/>
|
|
<SRCQuality quality="SRC_SincBest"/>
|
|
<EncodingOptions>
|
|
<Option name="sample-format" value="SF_Vorbis"/>
|
|
<Option name="dithering" value="D_Shaped"/>
|
|
<Option name="tag-metadata" value="true"/>
|
|
<Option name="tag-support" value="true"/>
|
|
<Option name="broadcast-info" value="false"/>
|
|
</EncodingOptions>
|
|
<Processing>
|
|
<Normalize enabled="false" target="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>
|