sbc_encoder.xip

来自「CSR蓝牙MP3播放USB DONGLE源码」· XIP 代码 · 共 26 行

XIP
26
字号
<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_encoder.asm" />
 <properties currentconfiguration="Release" >
  <configuration name="Debug" >
   <property key="audiocbuffersize" >320</property>
   <property key="audiomode" >0</property>
   <property key="codeccbuffersize" >4096</property>
   <property key="debugmode" >0</property>
   <property key="debugtransport" >[SPI|LPT1|No]</property>
   <property key="defines" >SELECTED_CODEC_SBC</property>
   <property key="libs" >core_debug, cbops_debug, sbc_debug, codec_debug</property>
   <property key="output" ></property>
  </configuration>
  <configuration name="Release" >
   <property key="audiocbuffersize" >320</property>
   <property key="audiomode" >0</property>
   <property key="codeccbuffersize" >4096</property>
   <property key="debugmode" >1</property>
   <property key="debugtransport" >[SPI|LPT1|No]</property>
   <property key="defines" >SELECTED_CODEC_SBC</property>
   <property key="libs" >core, cbops, sbc, codec</property>
   <property key="output" ></property>
  </configuration>
 </properties>
</project>

⌨️ 快捷键说明

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