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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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