mpegutil.h 339 B

123456789
  1. #ifndef NULLSOFT_MPEGUTILH
  2. #define NULLSOFT_MPEGUTILH
  3. extern float g_vis_table[2][2][32][18];
  4. void do_layer3_vis(short *samples, float *xr, int nch, int ts);
  5. void mp3Equalize(float *xr, int nch, int srate);
  6. void mp2Equalize(float *xr, int nch, int srate, int nparts);
  7. void mp3GiveVisData(float vistable[2][32][18],int gr, int nch);
  8. #endif