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 >
Extensible Markup Language  |  2001-09-08  |  3KB  |  85 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. $Id: out_lame.xml,v 1.6 2001/09/08 09:06:09 robux4 Exp $ 
  4.  
  5. $Log: out_lame.xml,v $
  6. Revision 1.6  2001/09/08 09:06:09  robux4
  7. Added internationalisation of all text elements
  8.  
  9. Revision 1.5  2001/08/29 21:35:34  robux4
  10. Added ABR support example
  11.  
  12. Revision 1.4  2001/08/27 20:30:58  robux4
  13. Added UTF-8 encoding in XML headers
  14.  
  15. Revision 1.3  2001/07/27 16:42:39  robux4
  16. Updated CVS tags
  17.  
  18. Revision 1.2  2001/07/26 19:33:51  robux4
  19. Corrected default parameters and added an XML Schema
  20.  
  21. -->
  22. <out_lame location="Plugins\out_lame.xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="out_lame.xsd" version="1.0">
  23.     <!-- location : not supported yet -->
  24.     <DLL location="plugins\lame_enc.dll" />
  25.     <configs default="Current">
  26.         <config name="Current">
  27.             <!-- name : not supported yet -->
  28.             <names>
  29.                 <name lang="en">Current 
  30.                 </name>
  31.                 <name lang="fr">Courant 
  32.                 </name>
  33.             </names>
  34.             <Bit_reservoir use="true" />
  35.             <Copyright use="true" />
  36.             <CRC use="true" />
  37.             <Original use="true" />
  38.             <Private use="true" />
  39.             <Channel mode="Joint-stereo" force="false" />
  40.             <Preset type="None" />
  41.             <bitrate min="32" max="256" />
  42.             <output path="C:\" />
  43.             <resampling use="false" freq="48000" />
  44.             <VBR use="true" quality="2" header="true" average="128" />
  45.         </config>
  46.         <config name="Portable player">
  47.             <names>
  48.                 <name lang="en">Portable Player 
  49.                 </name>
  50.                 <name lang="fr">Lecteur portable 
  51.                 </name>
  52.             </names>
  53.             <Bit_reservoir use="true" />
  54.             <Copyright use="true" />
  55.             <CRC use="true" />
  56.             <Original use="true" />
  57.             <Private use="true" />
  58.             <Channel mode="Joint-stereo" force="false" />
  59.             <Preset type="None" />
  60.             <bitrate min="32" max="128" />
  61.             <output path="C:\" />
  62.             <resampling use="true" freq="32000" />
  63.             <VBR use="ABR" quality="5" average="64" header="true" />
  64.         </config>
  65.         <config name="high quality VBR">
  66.             <Bit_reservoir use="true" />
  67.             <Copyright use="true" />
  68.             <CRC use="true" />
  69.             <Original use="true" />
  70.             <Private use="true" />
  71.             <Channel mode="Stereo" force="false" />
  72.             <Preset type="None" />
  73.             <bitrate min="96" max="320" />
  74.             <output path="C:\" />
  75.             <resampling use="false" freq="32000" />
  76.             <VBR use="true" header="true" quality="0" average="200" />
  77.         </config>
  78.     </configs>
  79.     <interfaces>
  80.         <!-- not supported yet -->
  81.         <interface lang="en" />
  82.         <interface lang="fr" />
  83.     </interfaces>
  84. </out_lame>
  85.