home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
Chip_2003-01_cd2.bin
/
players
/
WinAmp
/
plugin2x
/
out_lame.binf_v161.exe
/
Plugins
/
out_lame.xml
< prev
next >
Wrap
Extensible Markup Language
|
2001-09-08
|
3KB
|
85 lines
<?xml version="1.0" encoding="UTF-8" ?>
<!--
$Id: out_lame.xml,v 1.6 2001/09/08 09:06:09 robux4 Exp $
$Log: out_lame.xml,v $
Revision 1.6 2001/09/08 09:06:09 robux4
Added internationalisation of all text elements
Revision 1.5 2001/08/29 21:35:34 robux4
Added ABR support example
Revision 1.4 2001/08/27 20:30:58 robux4
Added UTF-8 encoding in XML headers
Revision 1.3 2001/07/27 16:42:39 robux4
Updated CVS tags
Revision 1.2 2001/07/26 19:33:51 robux4
Corrected default parameters and added an XML Schema
-->
<out_lame location="Plugins\out_lame.xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="out_lame.xsd" version="1.0">
<!-- location : not supported yet -->
<DLL location="plugins\lame_enc.dll" />
<configs default="Current">
<config name="Current">
<!-- name : not supported yet -->
<names>
<name lang="en">Current
</name>
<name lang="fr">Courant
</name>
</names>
<Bit_reservoir use="true" />
<Copyright use="true" />
<CRC use="true" />
<Original use="true" />
<Private use="true" />
<Channel mode="Joint-stereo" force="false" />
<Preset type="None" />
<bitrate min="32" max="256" />
<output path="C:\" />
<resampling use="false" freq="48000" />
<VBR use="true" quality="2" header="true" average="128" />
</config>
<config name="Portable player">
<names>
<name lang="en">Portable Player
</name>
<name lang="fr">Lecteur portable
</name>
</names>
<Bit_reservoir use="true" />
<Copyright use="true" />
<CRC use="true" />
<Original use="true" />
<Private use="true" />
<Channel mode="Joint-stereo" force="false" />
<Preset type="None" />
<bitrate min="32" max="128" />
<output path="C:\" />
<resampling use="true" freq="32000" />
<VBR use="ABR" quality="5" average="64" header="true" />
</config>
<config name="high quality VBR">
<Bit_reservoir use="true" />
<Copyright use="true" />
<CRC use="true" />
<Original use="true" />
<Private use="true" />
<Channel mode="Stereo" force="false" />
<Preset type="None" />
<bitrate min="96" max="320" />
<output path="C:\" />
<resampling use="false" freq="32000" />
<VBR use="true" header="true" quality="0" average="200" />
</config>
</configs>
<interfaces>
<!-- not supported yet -->
<interface lang="en" />
<interface lang="fr" />
</interfaces>
</out_lame>