sbc_decoder.xip
来自「蓝牙立体声耳机 firmware」· XIP 代码 · 共 48 行
XIP
48 行
<project buildenvironment="{6907f3f0-0ed4-11d8-be02-0050dadfe87d}" executionenvironment="{2ca81310-0ecd-11d8-be02-0050dadfe87d}" executionenvironmentname="Kalimba SPI" buildenvironmentoption="" buildenvironmentname="Kalimba Command Line" executionenvironmentoption="BC03MM" >
<file path="codec_decoder.asm" />
<properties currentconfiguration="Release" >
<configuration name="Debug" >
<property key="audiocbuffersize" >320</property>
<property key="codeccbuffersize" >4096</property>
<property key="comfortnoisegain" >0</property>
<property key="debugmode" >0</property>
<property key="debugtransport" >[SPI|LPT1|No]</property>
<property key="defines" >SELECTED_CODEC_SBC</property>
<property key="goodworkingbufferlevel" >0.65</property>
<property key="image" >image</property>
<property key="libs" >core_debug, cbops_debug, sbc_debug, codec_debug</property>
<property key="output" ></property>
<property key="poorlinkdetectlevel" >0.5</property>
<property key="poorlinkperiod" >1000000</property>
<property key="warpfilter" >1</property>
<property key="warpratehighcoefficient" >0.01</property>
<property key="warpratelowcoefficient" >0.001</property>
<property key="warpratemaxramp" >0.005</property>
<property key="warpratetransitionlevelwords" >100</property>
<property key="zerodataratebuffering" >200000</property>
<property key="zerodataratestopping" >150000</property>
</configuration>
<configuration name="Release" >
<property key="audiocbuffersize" >320</property>
<property key="codeccbuffersize" >4096</property>
<property key="comfortnoisegain" >0</property>
<property key="debugmode" >1</property>
<property key="debugtransport" >[SPI|LPT1|No]</property>
<property key="defines" >SELECTED_CODEC_SBC</property>
<property key="goodworkingbufferlevel" >0.65</property>
<property key="image" >image</property>
<property key="libs" >core, cbops, sbc, codec</property>
<property key="output" ></property>
<property key="poorlinkdetectlevel" >0.5</property>
<property key="poorlinkperiod" >1000000</property>
<property key="warpfilter" >1</property>
<property key="warpratehighcoefficient" >0.01</property>
<property key="warpratelowcoefficient" >0.001</property>
<property key="warpratemaxramp" >0.005</property>
<property key="warpratetransitionlevelwords" >100</property>
<property key="zerodataratebuffering" >200000</property>
<property key="zerodataratestopping" >150000</property>
</configuration>
</properties>
</project>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?