Nut/OS  4.10.3
API Reference
hermite.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * RAInitResamplerHermite (int inrate, int outrate, int nchans)
void RAFreeResamplerHermite (void *inst)
int RAGetMaxOutputHermite (int insamps, void *inst)
int RAGetMinInputHermite (int outsamps, void *inst)
int RAGetDelayHermite (void *inst)
int RAResampleMonoHermite (void *inbuf, int insamps, short *outbuf, void *inst)
int RAResampleStereoHermite (void *inbuf, int insamps, short *outbuf, void *inst)

Function Documentation

void* RAInitResamplerHermite ( int  inrate,
int  outrate,
int  nchans 
)
void RAFreeResamplerHermite ( void *  inst)
int RAGetMaxOutputHermite ( int  insamps,
void *  inst 
)
int RAGetMinInputHermite ( int  outsamps,
void *  inst 
)
int RAGetDelayHermite ( void *  inst)
int RAResampleMonoHermite ( void *  inbuf,
int  insamps,
short *  outbuf,
void *  inst 
)
int RAResampleStereoHermite ( void *  inbuf,
int  insamps,
short *  outbuf,
void *  inst 
)