|
EMIPLIB
|
#include "mipconfig.h"#include <stdio.h>
Go to the source code of this file.
Functions | |
| template<class Tio , class Tcalc > | |
| bool | MIPResample (const Tio *pInputFrames, int numInputFrames, int numInputChannels, Tio *pOutputFrames, int numOutputFrames, int numOutputChannels) |
| A template function for resampling audio data. | |
| bool MIPResample | ( | const Tio * | pInputFrames, |
| int | numInputFrames, | ||
| int | numInputChannels, | ||
| Tio * | pOutputFrames, | ||
| int | numOutputFrames, | ||
| int | numOutputChannels | ||
| ) |
This template function allows you to resample audio data. Input and output samples are of type Tio, internal calculations will be done using samples of type Tcalc.
1.7.3