CLAM-Development  1.1
Public Member Functions | Friends
CLAM::SMSSynthesisConfig Class Reference

#include <SMSSynthesisConfig.hxx>

List of all members.

Public Member Functions

 DYNAMIC_TYPE_USING_INTERFACE (SMSSynthesisConfig, 7, ProcessingConfig)
 DYN_ATTRIBUTE (0, public, SynthSineSpectrumConfig, SynthSineSpectrum)
 Configuration for children Processing Objects.
 DYN_ATTRIBUTE (1, public, PhaseManagementConfig, PhaseMan)
 DYN_ATTRIBUTE (2, public, SpectralSynthesisConfig, SpectralSynth)
 DYN_ATTRIBUTE (3, public, OverlapAddConfig, OverlapAddSin)
 DYN_ATTRIBUTE (4, public, OverlapAddConfig, OverlapAddRes)
 DYN_ATTRIBUTE (5, public, OverlapAddConfig, OverlapAddGlobal)
 DYN_ATTRIBUTE (6, protected, int, prSamplingRate)
void SetAnalWindowSize (TSize w)
 Analysis Window size in miliseconds.
TSize GetAnalWindowSize () const
void SetAnalWindowType (const EWindowType &t)
 Analysis Window type.
const EWindowTypeGetAnalWindowType () const
void SetSynthWindowSize (TSize w)
 Synthesis window size.
TSize GetSynthWindowSize () const
void SetHopSize (TSize h)
 Synthesis Hop size in miliseconds.
TSize GetHopSize () const
void SetSamplingRate (TData sr)
 Sampling rate of the output audio.
TData GetSamplingRate () const
void SetSpectrumSize (TSize specSize)
 Spectrum Size.
TSize GetSpectrumSize () const
void SetFrameSize (TSize f)
 Frame Size.
TSize GetFrameSize ()

Friends

class SMSSynthesis

Detailed Description

Definition at line 33 of file SMSSynthesisConfig.hxx.


Member Function Documentation

Configuration for children Processing Objects.

CLAM::SMSSynthesisConfig::DYN_ATTRIBUTE ( ,
public  ,
PhaseManagementConfig  ,
PhaseMan   
)
CLAM::SMSSynthesisConfig::DYN_ATTRIBUTE ( ,
public  ,
SpectralSynthesisConfig  ,
SpectralSynth   
)
CLAM::SMSSynthesisConfig::DYN_ATTRIBUTE ( ,
public  ,
OverlapAddConfig  ,
OverlapAddSin   
)
CLAM::SMSSynthesisConfig::DYN_ATTRIBUTE ( ,
public  ,
OverlapAddConfig  ,
OverlapAddRes   
)
CLAM::SMSSynthesisConfig::DYN_ATTRIBUTE ( ,
public  ,
OverlapAddConfig  ,
OverlapAddGlobal   
)
CLAM::SMSSynthesisConfig::DYN_ATTRIBUTE ( ,
protected  ,
int  ,
prSamplingRate   
)

Definition at line 83 of file SMSSynthesisConfig.cxx.

Definition at line 94 of file SMSSynthesisConfig.cxx.

Definition at line 132 of file SMSSynthesisConfig.cxx.

Definition at line 145 of file SMSSynthesisConfig.cxx.

Referenced by CLAM::SinusoidalSynthesis::Do().

Definition at line 66 of file SMSSynthesisConfig.cxx.

Referenced by CLAM::SinusoidalSynthesis::Do(), and CLAM::SMSSynthesis::Do().

Definition at line 106 of file SMSSynthesisConfig.cxx.

Analysis Window size in miliseconds.

Synthesis Window size in miliseconds.

In num. of samples WindowSize/SR is forced to be odd

Definition at line 72 of file SMSSynthesisConfig.cxx.

References CLAM_ASSERT.

Analysis Window type.

Definition at line 89 of file SMSSynthesisConfig.cxx.

Frame Size.

Definition at line 119 of file SMSSynthesisConfig.cxx.

Synthesis Hop size in miliseconds.

Must be < (WindowSize-(1/SR))/2

Definition at line 112 of file SMSSynthesisConfig.cxx.

Sampling rate of the output audio.

Sampling rate of the input audio.

Definition at line 138 of file SMSSynthesisConfig.cxx.

Spectrum Size.

Definition at line 61 of file SMSSynthesisConfig.cxx.

Synthesis window size.

Definition at line 100 of file SMSSynthesisConfig.cxx.

References CLAM_ASSERT.


Friends And Related Function Documentation

friend class SMSSynthesis [friend]

Definition at line 36 of file SMSSynthesisConfig.hxx.


The documentation for this class was generated from the following files: