summaryrefslogtreecommitdiff
path: root/export
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-10-08 19:47:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-10-08 19:47:03 +0000
commit5a79a81a0f1ecf75d4275ec030e954ab76cfe50b (patch)
treee5adfbe4323f7862fc063419d5c578225c08dfee /export
parent9a4fbfcdfe0db5eade0a2bd77fe62c5ffa73103d (diff)
new Ring Tone default export format
git-svn-id: svn://localhost/ardour2/branches/3.0@13215 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'export')
-rw-r--r--export/Ring Tone.format30
1 files changed, 30 insertions, 0 deletions
diff --git a/export/Ring Tone.format b/export/Ring Tone.format
new file mode 100644
index 0000000000..ba817be387
--- /dev/null
+++ b/export/Ring Tone.format
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExportFormatSpecification name="Ring Tone" id="6c86b4d9-cd50-43b4-be58-526c9cbb090f" with-cue="false" with-toc="false">
+ <Encoding id="F_WAV" type="T_Sndfile" extension="wav" name="WAV" has-sample-format="true" channel-limit="256"/>
+ <SampleRate rate="8000"/>
+ <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="false"/>
+ <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>