usage.c
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:1k
- void usage(void)
- {
- printf("ixjasync card1 card2 codec depth framen");
- printf("tcard1 and card2 - 0 = /dev/ixj0, 1 = /dev/ixj1 etc.n");
- printf("tcodec 1 = g.723.1 6.3n");
- printf("t 2 = g.723.1 5.3n");
- printf("t 3 = TrueSpeech 8.5n");
- printf("t 4 = TrueSpeech 4.8n");
- printf("t 5 = TrueSpeech 4.1n");
- printf("t 6 = g.728n");
- printf("t 7 = g.729n");
- printf("t 8 = uLawn");
- printf("t 9 = aLawn");
- printf("t 10 = Linear 16 Bitn");
- printf("t 11 = Linear 8 Bitn");
- printf("t 12 = Windows Sound Systemn");
- printf("tdepth - DSP buffer depth in framesn");
- printf("tframe - 10 = 10ms, 20 = 20ms, 30 = 30msn");
- }