sbc_encoder_kalprops.xml
来自「dongle蓝牙适配器(a2dp_source_dongle)源代码」· XML 代码 · 共 49 行
XML
49 行
<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 + =
减小字号Ctrl + -
显示快捷键?