Chinaunix首页 | 论坛 | 博客
  • 博客访问: 503525
  • 博文数量: 92
  • 博客积分: 3146
  • 博客等级: 中校
  • 技术积分: 2314
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-27 10:20
文章分类

全部博文(92)

文章存档

2014年(3)

2013年(17)

2012年(16)

2011年(22)

2010年(34)

分类: 嵌入式

2010-11-16 08:44:35

设置音量的程序
#include
#include
#include
#include
#define ARM
int main(int argc, char *argv[])
{
        int volume_read,volume_write,mixerfd;
        if(argc != 3){
                printf("usage: %s volume_write volume_read\n", argv[0]);
                printf("example: %s 30 50\n",argv[0]);
                exit(-1);
    &
阅读(1281) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~