⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sbc_encoder_kalprops.xml

📁 CSR蓝牙MP3播放USB DONGLE源码
💻 XML
字号:
<custom>
    <property type="list" key="audiomode" format="define" name="Audio mode" defaultvalue="0">
        <option internalval="USB_AUDIO_MODE">USB</option>
        <option fake="">Analogue</option>
        <description>
            <![CDATA[
            <B>Select the audio mode</B>
            <I>Note</I> this choice must match the settings in the corresponding VM application.
            ]]>
        </description>
    </property>
    <property type="integer" internalkey="AUDIO_CBUFFER_SIZE" key="audiocbuffersize" format="definewithvalue" name="Audio Buffer Size" defaultvalue="320">
        <description>
            <![CDATA[
            <B>Set audio output buffer size</B>
            <P>Set the size of the audio output buffer, measured in number of audio samples not bytes.</P>
            <P>Recommended value - 320 words.</P>
            ]]>
       </description>
    </property>      
    <property type="integer" internalkey="CODEC_CBUFFER_SIZE" key="codeccbuffersize" format="definewithvalue" name="Codec Buffer Size" defaultvalue="4096">
        <description>
            <![CDATA[
            <B>Set codec input buffer size</B>
            <P>Set the size of the codec input buffer, measured in number of 16 bit words ie 1 word = 2 bytes.</P>
            <P>This parameter impacts the robustness of the encoder to jitter over the Bluetooth link. This value
            should be equal to or larger than the buffer size in the intended decoder. Larger values will add
            latency to the link but improve robustness when the link is poor.</P>
            <P>Recommended values are:</P>
            <P>Maximum range and robustness - 4096 words</P>
            <P>Standard Latency - 2048 words</P>
            <P>Low Latency - 1024 words</P>
            ]]>
       </description>
    </property>      
    <property type="list" key="debugmode" format="define" name="Debug mode" defaultvalue="0">
        <option internalval="DEBUG_ON">On</option>
        <option fake="">Off</option>
        <description>
           <![CDATA[
           <B>Set <I>application</I> debug mode</B>
           <P>Specify whether the <I>application</I> is in debug mode. Note this does not necessarily mean the libraries
           will be in debug mode. However if any library debug features are to be used it <B>must</B> be set.</P>
           ]]>
        </description>
    </property>
</custom>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -