代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/327092/6345897
html 0009-0011.html
Linux Complete Command Reference:User Commands:EarthWeb Inc.-
www.eeworm.com/read/125063/14515166
to_alaw
#!/bin/bash
sox -w -s -t raw -r 8000 - -b -A -t raw -r 8000 -
www.eeworm.com/read/125063/14515169
from_ulaw
#!/bin/bash
sox -b -U -t raw -r 8000 - -w -s -t raw -r 8000 -
www.eeworm.com/read/125063/14515171
to_ulaw
#!/bin/bash
sox -w -s -t raw -r 8000 - -b -U -t raw -r 8000 -