resample of the audio input
crifan 18年前 (2008-03-04) 2461浏览 0评论
resample is to re-change the sample in software mode,because there is some situation is ,the input sample is 48000Hz,but the ...
工作相关的技术文章
crifan 18年前 (2008-03-04) 2461浏览 0评论
resample is to re-change the sample in software mode,because there is some situation is ,the input sample is 48000Hz,but the ...
crifan 18年前 (2008-03-04) 1730浏览 0评论
Alsa中的术语:帧 帧 一个采样就是一个值,代表了在某一特定时刻的音频信号的幅度,每个声道都有一个采样。而当我们谈论数字音频的时候,我们常常说的是,可以表示所有声道的在某一时刻的所有数据,这些其实就是一堆采样(sample)的组合,其中每个声道对...
crifan 18年前 (2008-03-04) 1719浏览 0评论
some example: //create verbose file tar cvf filesname.tar tar cvfz filesname.tar.gz ...
crifan 18年前 (2008-03-03) 1864浏览 0评论
feof, fgets and fread[ZT] Prev: File Input and Output, fopen and fclose Next: rewind, fputc and fputs Detecting the End ...
crifan 18年前 (2008-03-03) 1710浏览 0评论
计算文件长度/大小的方法: 方法 1: infile=fopen(infilename,"rb"); if (!infile) { printf(" *** Error opening input file %s ***...
crifan 18年前 (2008-03-03) 1300浏览 0评论
we can use __FUNCTION__ = a system macro ,that is the current function name and __LINE__ ...
crifan 18年前 (2008-03-03) 1370浏览 0评论
7.2 Example Debugging Session: Segmentation Fault Example We are going to use gdb to figure out why the following program ca...
crifan 18年前 (2008-03-03) 1772浏览 0评论
查看当前的正在使用的中断: # cat /proc/interrupts CPU0 1: &nbs...
crifan 18年前 (2008-03-02) 1412浏览 0评论
Linux下Makefile的automake生成全攻略[ZT] 作为Linux下的程序开发人员,一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方便。一般情况下,大家都是手工写一个简单Makefile,如果要想写出一个符合自...
crifan 18年前 (2008-03-02) 1496浏览 0评论
挖Linux中的古老缩略语 作者: Nigel McFarlane, 出处:TechTarget 在过去的时间里,Unix和它的子分支Linux收集有许多的历史和一些完全古老的语言。在这篇技巧文章中,我们将介绍一少部分古老的语言和它们的目的...