build.sh
来自「在SPI 平台优化好的G.711代码,保证好用」· Shell 代码 · 共 25 行
SH
25 行
#!/bin/sh# Build g711 for various targets.# For Linux# EXE=# For WindowsEXE=.exemkdir tmpecho Building g711 for device sp16:spc --tmp tmp --target host -o g711.host$EXE g711.scspc --tmp tmp --target tcshost -o g711.tcshost$EXE g711.scspc --tmp tmp --target device -o g711.device.out g711.sc ../common/spi_configure.cecho Building g711 for device sp8:spc --tmp tmp --target host --device sp8 -o g711.host.sp8$EXE g711.scspc --tmp tmp --target tcshost --device sp8 -o g711.tcshost.sp8$EXE g711.scspc --tmp tmp --target device --device sp8 -o g711.device.sp8.out g711.sc ../common/spi_configure.crm -rf tmpexit 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?