#include "ProcessingComposite.hxx"
#include "Array.hxx"
#include "Audio.hxx"
#include "DataTypes.hxx"
#include "DynamicType.hxx"
#include "Err.hxx"
#include "IFFT.hxx"
#include "Frame.hxx"
#include "Segment.hxx"
#include "InControl.hxx"
#include "Spectrum.hxx"
#include "ProcessingData.hxx"
#include "ProcessingDataConfig.hxx"
#include "Processing.hxx"
#include "AudioMultiplier.hxx"
#include "WindowGenerator.hxx"
#include "OverlapAdd.hxx"
#include "AudioCircularBuffer.hxx"
#include "CircularShift.hxx"
#include "SpectralAnalysis.hxx"
#include <stdlib.h>
#include "SpectralSynthesisConfig.hxx"
#include "AudioOutPort.hxx"
#include "InPort.hxx"
Go to the source code of this file.
Classes | |
class | CLAM::SpectralSynthesis |
This is the processing object class we are using to group several other processing objects. More... | |
Namespaces | |
namespace | CLAM |