PCM.h
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:0k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. void initPCM(int maxsamples);
  2. void addPCM(int16_t [2][512]);
  3. void getPCM(double *data, int samples, int channel, int freq, double smoothing, int derive);
  4. void freePCM();
  5. int getPCMnew(double *PCMdata, int channel, int freq, double smoothing, int derive,int reset);