EMIPLIB
Functions

mipresample.h File Reference

#include "mipconfig.h"
#include <stdio.h>
Include dependency graph for mipresample.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.

Detailed Description


Function Documentation

template<class Tio , class Tcalc >
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.