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

📄 build_beta.sh

📁 在SPI 平台优化好的G.711代码,保证好用
💻 SH
字号:
#!/bin/sh# Build g711 for various targets.# For Linux# EXE=# For WindowsEXE=.exemkdir tmpecho Building g711 for device sp16:spc_beta --tmp tmp --target tcshost -o g711.tcshost$EXE g711.scspc_beta --tmp tmp --target device  -o g711.device.out  g711.sc ../common/spi_configure.cecho Building g711 for device sp8:spc_beta --tmp tmp --target tcshost --device sp8 -o g711.tcshost.sp8$EXE g711.scspc_beta --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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -