- -( dyne // software :: culture :: events :: planet :: discussion :: museum \\ freaknet )- -
 
Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members

audioproc.h File Reference

#include "generic.h"

Go to the source code of this file.

Functions

int resample_mono_16 (IN_DATATYPE *dest, IN_DATATYPE *src, IN_DATATYPE *prev, unsigned int num, float volume)
int resample_stereo_16 (IN_DATATYPE *dest, IN_DATATYPE *src, IN_DATATYPE *prev, unsigned int num, float volume)
int resample_mono_22 (IN_DATATYPE *dest, IN_DATATYPE *src, IN_DATATYPE *prev, unsigned int num, float volume)
int resample_stereo_22 (IN_DATATYPE *dest, IN_DATATYPE *src, IN_DATATYPE *prev, unsigned int num, float volume)
int resample_mono_32 (IN_DATATYPE *dest, IN_DATATYPE *src, IN_DATATYPE *prev, unsigned int num, float volume)
int resample_stereo_32 (IN_DATATYPE *dest, IN_DATATYPE *src, IN_DATATYPE *prev, unsigned int num, float volume)
int resample_mono_44 (IN_DATATYPE *dest, IN_DATATYPE *src, IN_DATATYPE *prev, unsigned int num, float volume)
int resample_stereo_44 (IN_DATATYPE *dest, IN_DATATYPE *src, IN_DATATYPE *prev, unsigned int num, float volume)
int mixxx_stereo_44_novol (int *dest, short *chan, int num)


Function Documentation

int mixxx_stereo_44_novol int *  dest,
short *  chan,
int  num
 

Definition at line 494 of file audioproc.cpp.

int resample_mono_16 IN_DATATYPE *  dest,
IN_DATATYPE *  src,
IN_DATATYPE *  prev,
unsigned int  num,
float  volume
 

int resample_mono_22 IN_DATATYPE *  dest,
IN_DATATYPE *  src,
IN_DATATYPE *  prev,
unsigned int  num,
float  volume
 

Definition at line 249 of file audioproc.cpp.

int resample_mono_32 IN_DATATYPE *  dest,
IN_DATATYPE *  src,
IN_DATATYPE *  prev,
unsigned int  num,
float  volume
 

int resample_mono_44 IN_DATATYPE *  dest,
IN_DATATYPE *  src,
IN_DATATYPE *  prev,
unsigned int  num,
float  volume
 

Definition at line 471 of file audioproc.cpp.

int resample_stereo_16 IN_DATATYPE *  dest,
IN_DATATYPE *  src,
IN_DATATYPE *  prev,
unsigned int  num,
float  volume
 

int resample_stereo_22 IN_DATATYPE *  dest,
IN_DATATYPE *  src,
IN_DATATYPE *  prev,
unsigned int  num,
float  volume
 

Definition at line 278 of file audioproc.cpp.

int resample_stereo_32 IN_DATATYPE *  dest,
IN_DATATYPE *  src,
IN_DATATYPE *  prev,
unsigned int  num,
float  volume
 

int resample_stereo_44 IN_DATATYPE *  dest,
IN_DATATYPE *  src,
IN_DATATYPE *  prev,
unsigned int  num,
float  volume
 

Definition at line 485 of file audioproc.cpp.