doxgyen: audaspace tagged.

This commit is contained in:
Nathan Letwory 2011-02-25 10:21:56 +00:00
parent 6aae3bb5c8
commit 45ed5f53f6
144 changed files with 720 additions and 0 deletions

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_AccumulatorFactory.cpp
* \ingroup audfx
*/
#include "AUD_AccumulatorFactory.h"
#include "AUD_CallbackIIRFilterReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_AccumulatorFactory.h
* \ingroup audfx
*/
#ifndef AUD_ACCUMULATORFACTORY
#define AUD_ACCUMULATORFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_BaseIIRFilterReader.cpp
* \ingroup audfx
*/
#include "AUD_BaseIIRFilterReader.h"
#include <cstring>

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_BaseIIRFilterReader.h
* \ingroup audfx
*/
#ifndef AUD_BASEIIRFILTERREADER
#define AUD_BASEIIRFILTERREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_ButterworthFactory.cpp
* \ingroup audfx
*/
#include "AUD_ButterworthFactory.h"
#include "AUD_IIRFilterReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_ButterworthFactory.h
* \ingroup audfx
*/
#ifndef AUD_BUTTERWORTHFACTORY
#define AUD_BUTTERWORTHFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_CallbackIIRFilterReader.cpp
* \ingroup audfx
*/
#include "AUD_CallbackIIRFilterReader.h"
AUD_CallbackIIRFilterReader::AUD_CallbackIIRFilterReader(AUD_IReader* reader,

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_CallbackIIRFilterReader.h
* \ingroup audfx
*/
#ifndef AUD_CALLBACKIIRFILTERREADER
#define AUD_CALLBACKIIRFILTERREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_DelayFactory.cpp
* \ingroup audfx
*/
#include "AUD_DelayFactory.h"
#include "AUD_DelayReader.h"
#include "AUD_Space.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_DelayFactory.h
* \ingroup audfx
*/
#ifndef AUD_DELAYFACTORY
#define AUD_DELAYFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_DelayReader.cpp
* \ingroup audfx
*/
#include "AUD_DelayReader.h"
#include <cstring>

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_DelayReader.h
* \ingroup audfx
*/
#ifndef AUD_DELAYREADER
#define AUD_DELAYREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_DoubleFactory.cpp
* \ingroup audfx
*/
#include "AUD_DoubleFactory.h"
#include "AUD_DoubleReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_DoubleFactory.h
* \ingroup audfx
*/
#ifndef AUD_DOUBLEFACTORY
#define AUD_DOUBLEFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_DoubleReader.cpp
* \ingroup audfx
*/
#include "AUD_DoubleReader.h"
#include <cstring>

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_DoubleReader.h
* \ingroup audfx
*/
#ifndef AUD_DOUBLEREADER
#define AUD_DOUBLEREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_EffectFactory.cpp
* \ingroup audfx
*/
#include "AUD_EffectFactory.h"
#include "AUD_IReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_EffectFactory.h
* \ingroup audfx
*/
#ifndef AUD_EFFECTFACTORY
#define AUD_EFFECTFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_EffectReader.cpp
* \ingroup audfx
*/
#include "AUD_EffectReader.h"
AUD_EffectReader::AUD_EffectReader(AUD_IReader* reader)

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_EffectReader.h
* \ingroup audfx
*/
#ifndef AUD_EFFECTREADER
#define AUD_EFFECTREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_EnvelopeFactory.cpp
* \ingroup audfx
*/
#include "AUD_EnvelopeFactory.h"
#include "AUD_CallbackIIRFilterReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_EnvelopeFactory.h
* \ingroup audfx
*/
#ifndef AUD_ENVELOPEFACTORY
#define AUD_ENVELOPEFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_FaderFactory.cpp
* \ingroup audfx
*/
#include "AUD_FaderFactory.h"
#include "AUD_FaderReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_FaderFactory.h
* \ingroup audfx
*/
#ifndef AUD_FADERFACTORY
#define AUD_FADERFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_FaderReader.cpp
* \ingroup audfx
*/
#include "AUD_FaderReader.h"
#include <cstring>

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_FaderReader.h
* \ingroup audfx
*/
#ifndef AUD_FADERREADER
#define AUD_FADERREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_HighpassFactory.cpp
* \ingroup audfx
*/
#include "AUD_HighpassFactory.h"
#include "AUD_IIRFilterReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_HighpassFactory.h
* \ingroup audfx
*/
#ifndef AUD_HIGHPASSFACTORY
#define AUD_HIGHPASSFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_IIRFilterFactory.cpp
* \ingroup audfx
*/
#include "AUD_IIRFilterFactory.h"
#include "AUD_IIRFilterReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_IIRFilterFactory.h
* \ingroup audfx
*/
#ifndef AUD_IIRFILTERFACTORY
#define AUD_IIRFILTERFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_IIRFilterReader.cpp
* \ingroup audfx
*/
#include "AUD_IIRFilterReader.h"
AUD_IIRFilterReader::AUD_IIRFilterReader(AUD_IReader* reader,

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_IIRFilterReader.h
* \ingroup audfx
*/
#ifndef AUD_IIRFILTERREADER
#define AUD_IIRFILTERREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_LimiterFactory.cpp
* \ingroup audfx
*/
#include "AUD_LimiterFactory.h"
#include "AUD_LimiterReader.h"
#include "AUD_Space.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_LimiterFactory.h
* \ingroup audfx
*/
#ifndef AUD_LIMITERFACTORY
#define AUD_LIMITERFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_LimiterReader.cpp
* \ingroup audfx
*/
#include "AUD_LimiterReader.h"
#include "AUD_Buffer.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_LimiterReader.h
* \ingroup audfx
*/
#ifndef AUD_LIMITERREADER
#define AUD_LIMITERREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_LoopFactory.cpp
* \ingroup audfx
*/
#include "AUD_LoopFactory.h"
#include "AUD_LoopReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_LoopFactory.h
* \ingroup audfx
*/
#ifndef AUD_LOOPFACTORY
#define AUD_LOOPFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_LoopReader.cpp
* \ingroup audfx
*/
#include "AUD_LoopReader.h"
#include "AUD_Buffer.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_LoopReader.h
* \ingroup audfx
*/
#ifndef AUD_LOOPREADER
#define AUD_LOOPREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_LowpassFactory.cpp
* \ingroup audfx
*/
#include "AUD_LowpassFactory.h"
#include "AUD_IIRFilterReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_LowpassFactory.h
* \ingroup audfx
*/
#ifndef AUD_LOWPASSFACTORY
#define AUD_LOWPASSFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_PingPongFactory.cpp
* \ingroup audfx
*/
#include "AUD_PingPongFactory.h"
#include "AUD_DoubleReader.h"
#include "AUD_ReverseFactory.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_PingPongFactory.h
* \ingroup audfx
*/
#ifndef AUD_PINGPONGFACTORY
#define AUD_PINGPONGFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_PitchFactory.cpp
* \ingroup audfx
*/
#include "AUD_PitchFactory.h"
#include "AUD_PitchReader.h"
#include "AUD_Space.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_PitchFactory.h
* \ingroup audfx
*/
#ifndef AUD_PITCHFACTORY
#define AUD_PITCHFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_PitchReader.cpp
* \ingroup audfx
*/
#include "AUD_PitchReader.h"
AUD_PitchReader::AUD_PitchReader(AUD_IReader* reader, float pitch) :

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_PitchReader.h
* \ingroup audfx
*/
#ifndef AUD_PITCHREADER
#define AUD_PITCHREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_RectifyFactory.cpp
* \ingroup audfx
*/
#include "AUD_RectifyFactory.h"
#include "AUD_CallbackIIRFilterReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_RectifyFactory.h
* \ingroup audfx
*/
#ifndef AUD_RECTIFYFACTORY
#define AUD_RECTIFYFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_ReverseFactory.cpp
* \ingroup audfx
*/
#include "AUD_ReverseFactory.h"
#include "AUD_ReverseReader.h"
#include "AUD_Space.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_ReverseFactory.h
* \ingroup audfx
*/
#ifndef AUD_REVERSEFACTORY
#define AUD_REVERSEFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_ReverseReader.cpp
* \ingroup audfx
*/
#include "AUD_ReverseReader.h"
#include <cstring>

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_ReverseReader.h
* \ingroup audfx
*/
#ifndef AUD_REVERSEREADER
#define AUD_REVERSEREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_SquareFactory.cpp
* \ingroup audfx
*/
#include "AUD_SquareFactory.h"
#include "AUD_CallbackIIRFilterReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_SquareFactory.h
* \ingroup audfx
*/
#ifndef AUD_SQUAREFACTORY
#define AUD_SQUAREFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_SumFactory.cpp
* \ingroup audfx
*/
#include "AUD_SumFactory.h"
#include "AUD_IIRFilterReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_SumFactory.h
* \ingroup audfx
*/
#ifndef AUD_SUMFACTORY
#define AUD_SUMFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_SuperposeFactory.cpp
* \ingroup audfx
*/
#include "AUD_SuperposeFactory.h"
#include "AUD_SuperposeReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_SuperposeFactory.h
* \ingroup audfx
*/
#ifndef AUD_SUPERPOSEFACTORY
#define AUD_SUPERPOSEFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_SuperposeReader.cpp
* \ingroup audfx
*/
#include "AUD_SuperposeReader.h"
#include <cstring>

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_SuperposeReader.h
* \ingroup audfx
*/
#ifndef AUD_SUPERPOSEREADER
#define AUD_SUPERPOSEREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_VolumeFactory.cpp
* \ingroup audfx
*/
#include "AUD_VolumeFactory.h"
#include "AUD_IIRFilterReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/FX/AUD_VolumeFactory.h
* \ingroup audfx
*/
#ifndef AUD_VOLUMEFACTORY
#define AUD_VOLUMEFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/OpenAL/AUD_OpenALDevice.cpp
* \ingroup audopenal
*/
#include "AUD_OpenALDevice.h"
#include "AUD_IFactory.h"
#include "AUD_IReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/OpenAL/AUD_OpenALDevice.h
* \ingroup audopenal
*/
#ifndef AUD_OPENALDEVICE
#define AUD_OPENALDEVICE

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/Python/AUD_PyAPI.cpp
* \ingroup audpython
*/
#include "AUD_PyAPI.h"
#include "structmember.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/Python/AUD_PyAPI.h
* \ingroup audpython
*/
#ifndef AUD_PYAPI
#define AUD_PYAPI

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/SDL/AUD_SDLDevice.cpp
* \ingroup audsdl
*/
#include "AUD_SDLDevice.h"
#include "AUD_IReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/SDL/AUD_SDLDevice.h
* \ingroup audsdl
*/
#ifndef AUD_SDLDEVICE
#define AUD_SDLDEVICE

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/SRC/AUD_SRCResampleFactory.cpp
* \ingroup audsrc
*/
#include "AUD_SRCResampleFactory.h"
#include "AUD_SRCResampleReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/SRC/AUD_SRCResampleFactory.h
* \ingroup audsrc
*/
#ifndef AUD_SRCRESAMPLEFACTORY
#define AUD_SRCRESAMPLEFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/SRC/AUD_SRCResampleReader.cpp
* \ingroup audsrc
*/
#include "AUD_SRCResampleReader.h"
#include <cmath>

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/SRC/AUD_SRCResampleReader.h
* \ingroup audsrc
*/
#ifndef AUD_SRCRESAMPLEREADER
#define AUD_SRCRESAMPLEREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/ffmpeg/AUD_FFMPEGFactory.cpp
* \ingroup audffmpeg
*/
// needed for INT64_C
#ifndef __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/ffmpeg/AUD_FFMPEGFactory.h
* \ingroup audffmpeg
*/
#ifndef AUD_FFMPEGFACTORY
#define AUD_FFMPEGFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/ffmpeg/AUD_FFMPEGReader.cpp
* \ingroup audffmpeg
*/
// needed for INT64_C
#ifndef __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/ffmpeg/AUD_FFMPEGReader.h
* \ingroup audffmpeg
*/
#ifndef AUD_FFMPEGREADER
#define AUD_FFMPEGREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/fftw/AUD_BandPassFactory.cpp
* \ingroup audfftw
*/
#include "AUD_BandPassFactory.h"
#include "AUD_BandPassReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/fftw/AUD_BandPassFactory.h
* \ingroup audfftw
*/
#ifndef AUD_BANDPASSFACTORY
#define AUD_BANDPASSFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/fftw/AUD_BandPassReader.cpp
* \ingroup audfftw
*/
#include "AUD_BandPassReader.h"
#include "AUD_Buffer.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/fftw/AUD_BandPassReader.h
* \ingroup audfftw
*/
#ifndef AUD_BANDPASSREADER
#define AUD_BANDPASSREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_3DMath.h
* \ingroup audaspaceintern
*/
#ifndef AUD_3DMATH
#define AUD_3DMATH

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_Buffer.cpp
* \ingroup audaspaceintern
*/
#include "AUD_Buffer.h"
#include "AUD_Space.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_Buffer.h
* \ingroup audaspaceintern
*/
#ifndef AUD_BUFFER
#define AUD_BUFFER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_BufferReader.cpp
* \ingroup audaspaceintern
*/
#include "AUD_BufferReader.h"
#include "AUD_Buffer.h"
#include "AUD_Space.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_BufferReader.h
* \ingroup audaspaceintern
*/
#ifndef AUD_BUFFERREADER
#define AUD_BUFFERREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_C-API.cpp
* \ingroup audaspaceintern
*/
// needed for INT64_C
#ifndef __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_ChannelMapperFactory.cpp
* \ingroup audaspaceintern
*/
#include "AUD_ChannelMapperFactory.h"
#include "AUD_ChannelMapperReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_ChannelMapperFactory.h
* \ingroup audaspaceintern
*/
#ifndef AUD_CHANNELMAPPERFACTORY
#define AUD_CHANNELMAPPERFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_ChannelMapperReader.cpp
* \ingroup audaspaceintern
*/
#include "AUD_ChannelMapperReader.h"
AUD_ChannelMapperReader::AUD_ChannelMapperReader(AUD_IReader* reader,

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_ChannelMapperReader.h
* \ingroup audaspaceintern
*/
#ifndef AUD_CHANNELMAPPERREADER
#define AUD_CHANNELMAPPERREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_ConverterFactory.cpp
* \ingroup audaspaceintern
*/
#include "AUD_ConverterFactory.h"
#include "AUD_ConverterReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_ConverterFactory.h
* \ingroup audaspaceintern
*/
#ifndef AUD_CONVERTERFACTORY
#define AUD_CONVERTERFACTORY

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_ConverterFunctions.cpp
* \ingroup audaspaceintern
*/
#include "AUD_ConverterFunctions.h"
#include "AUD_Buffer.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_ConverterFunctions.h
* \ingroup audaspaceintern
*/
#ifndef AUD_CONVERTERFUNCTIONS
#define AUD_CONVERTERFUNCTIONS

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_ConverterReader.cpp
* \ingroup audaspaceintern
*/
#include "AUD_ConverterReader.h"
AUD_ConverterReader::AUD_ConverterReader(AUD_IReader* reader,

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_ConverterReader.h
* \ingroup audaspaceintern
*/
#ifndef AUD_CONVERTERREADER
#define AUD_CONVERTERREADER

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_DefaultMixer.cpp
* \ingroup audaspaceintern
*/
#include "AUD_DefaultMixer.h"
#ifdef WITH_SAMPLERATE
#include "AUD_SRCResampleReader.h"

@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/intern/AUD_DefaultMixer.h
* \ingroup audaspaceintern
*/
#ifndef AUD_DEFAULTMIXER
#define AUD_DEFAULTMIXER

Some files were not shown because too many files have changed in this diff Show More