Exemplo n.º 1
0
int RESAMPLER_read(void *res,double ratio,int num_frames, float *out){
  Resampler *resampler = static_cast<Resampler*>(res);
  return resampler->read(ratio,num_frames,out);
}
Exemplo n.º 2
0
long SBSMSInterfaceDecoderImp :: samples(audio *buf, long n)
{ 
  return preResampler->read(buf, n);
}