PCM.h
Upload User: kjfoods
Upload Date: 2020-07-06
Package Size: 29949k
Code Size: 0k
Category:

midi program

Development Platform:

Unix_Linux

  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);