]> git.sesse.net Git - vlc/blob - modules/visualization/galaktos/PCM.h
9b3607ba2df63e884b3688d8b990fc4a62db67e3
[vlc] / modules / visualization / galaktos / PCM.h
1
2 void initPCM(int maxsamples);
3 void addPCM(int16_t [2][512]);
4 void getPCM(double *data, int samples, int channel, int freq, double smoothing, int derive);
5 void freePCM();
6 int getPCMnew(double *PCMdata, int channel, int freq, double smoothing, int derive,int reset);