SpectrumShow_api.h 376 B

12345678910
  1. #ifndef SPECTRUMSHOW_API_H
  2. #define SPECTRUMSHOW_API_H
  3. int getSpectrumShowBuf();
  4. void SpectrumShowInit(void *workBuf, float attackFactor, float releaseFactor, int fs, int channel, int mode, unsigned int fft_addr);
  5. int SpectrumShowRun(void *workBuf, short *in, int len);
  6. int getSpectrumNum(void *workBuf);
  7. short *getSpectrumValue(void *workBuf);
  8. #endif // !SPECTRUMSHOW_API_H