Skip to content

Commit 5a79a81

Browse files
committedOct 8, 2012
new Ring Tone default export format
git-svn-id: svn://localhost/ardour2/branches/3.0@13215 d708f5d6-7413-0410-9779-e7cbd77b26cf
1 parent 9a4fbfc commit 5a79a81

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
 

‎export/Ring Tone.format

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ExportFormatSpecification name="Ring Tone" id="6c86b4d9-cd50-43b4-be58-526c9cbb090f" with-cue="false" with-toc="false">
3+
<Encoding id="F_WAV" type="T_Sndfile" extension="wav" name="WAV" has-sample-format="true" channel-limit="256"/>
4+
<SampleRate rate="8000"/>
5+
<SRCQuality quality="SRC_SincBest"/>
6+
<EncodingOptions>
7+
<Option name="sample-format" value="SF_16"/>
8+
<Option name="dithering" value="D_Shaped"/>
9+
<Option name="tag-metadata" value="false"/>
10+
<Option name="tag-support" value="false"/>
11+
<Option name="broadcast-info" value="false"/>
12+
</EncodingOptions>
13+
<Processing>
14+
<Normalize enabled="true" target="-0"/>
15+
<Silence>
16+
<Start>
17+
<Trim enabled="false"/>
18+
<Add enabled="false">
19+
<Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
20+
</Add>
21+
</Start>
22+
<End>
23+
<Trim enabled="false"/>
24+
<Add enabled="false">
25+
<Duration format="Timecode" hours="0" minutes="0" seconds="0" frames="0"/>
26+
</Add>
27+
</End>
28+
</Silence>
29+
</Processing>
30+
</ExportFormatSpecification>

0 commit comments

Comments
 (0)
Please sign in to comment.