诚心荷花

文章
3
资源
0
加入时间
3年2月2天

amixer 左右通道音量设置

#include <stdio.h>#include <stdlib.h>int main(int argc, char **argv){ int iRightVol = 0; char ucCmdBuf[128] = {0}; int iLeftVol = 0; iLeftVol = atoi(argv[1]); iR...