Warning, /multimedia/audiocd-kio/plugins/vorbis/audiocd_vorbis_encoder.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <kcfgfile name="kcmaudiocd_encoder_vorbis_rc"/>
0007   <group name="Vorbis">
0008 
0009     <entry name="vorbis_enc_method" type="Int">
0010       <label>Vorbis Encoding Quality or Bitrate</label>
0011       <default>0</default>
0012     </entry>
0013 
0014     <entry name="set_vorbis_min_br" type="Bool">
0015       <label>Minimal bitrate specified</label>
0016       <default>false</default>
0017     </entry>
0018     <entry name="set_vorbis_max_br" type="Bool">
0019       <label>Maximal bitrate specified</label>
0020       <default>false</default>
0021     </entry>
0022     <entry name="set_vorbis_nominal_br" type="Bool">
0023       <label>Average bitrate specified</label>
0024       <default>true</default>
0025     </entry>
0026 
0027     <entry name="vorbis_comments" type="Bool">
0028       <label>Add Comments</label>
0029       <default>true</default>
0030     </entry>
0031     <entry name="vorbis_quality" type="Double">
0032       <label>Quality</label>
0033       <default>3</default>
0034       <min>0</min>
0035       <max>10</max>
0036     </entry>
0037    
0038     <entry name="vorbis_min_br" type="Int">
0039       <label>Minimal bitrate</label>
0040       <default>1</default>
0041       <min>0</min>
0042       <max>13</max>
0043     </entry>
0044    
0045     <entry name="vorbis_max_br" type="Int">
0046       <label>maximal bitrate</label>
0047       <default>13</default>
0048       <min>0</min>
0049       <max>13</max>
0050     </entry>
0051 
0052     <entry name="vorbis_nominal_br" type="Int">
0053       <label>maximal bitrate</label>
0054       <default>3</default>
0055       <min>0</min>
0056       <max>5</max>
0057     </entry> 
0058 
0059 <!--
0060     <entry name="vorbis_nominal_br" type="Enum">
0061       <label>maximal bitrate</label>
0062       <default>150</default>
0063       <choices>
0064         <choice name="32"/>
0065         <choice name="40"/>
0066         <choice name="48"/>
0067         <choice name="56"/>
0068         <choice name="64"/>
0069         <choice name="80"/>
0070         <choice name="96"/>
0071         <choice name="112"/>
0072         <choice name="128"/>
0073         <choice name="160"/>
0074         <choice name="192"/>
0075         <choice name="224"/>
0076         <choice name="256"/>
0077         <choice name="350"/>
0078       </choices>
0079     </entry> -->
0080 
0081    
0082    </group>
0083 </kcfg>
0084