#include <SpectralSynthesis.hxx>

Definition at line 72 of file SpectralSynthesis.hxx.
Public Member Functions | |
| SpectralSynthesis (const SpectralSynthesisConfig &cfg) | |
| SpectralSynthesis () | |
| ~SpectralSynthesis () | |
| const char * | GetClassName () const |
| Override it in every subclass and retur the name of that class. | |
| const ProcessingConfig & | GetConfig () const |
| Configuration getter. | |
| bool | Do (void) |
| Supervised mode execution. | |
| bool | Do (Spectrum &in, Audio &out) |
| Unsupervised mode execution. | |
| bool | Do (Frame &in) |
| bool | Do (Segment &in) |
Public Attributes | |
| InPort< Spectrum > | mInput |
| Ports. | |
| AudioOutPort | mOutput |
| CLAM::SpectralSynthesis::SpectralSynthesis | ( | const SpectralSynthesisConfig & | cfg | ) |
| CLAM::SpectralSynthesis::SpectralSynthesis | ( | ) |
| CLAM::SpectralSynthesis::~SpectralSynthesis | ( | ) |
Definition at line 67 of file SpectralSynthesis.cxx.
| const char* CLAM::SpectralSynthesis::GetClassName | ( | ) | const [inline, virtual] |
Override it in every subclass and retur the name of that class.
Reimplemented from CLAM::ProcessingComposite.
Definition at line 113 of file SpectralSynthesis.hxx.
| const ProcessingConfig& CLAM::SpectralSynthesis::GetConfig | ( | ) | const [inline, virtual] |
Configuration getter.
Gets the configuration parameters used to create the object.
Implements CLAM::ProcessingComposite.
Definition at line 116 of file SpectralSynthesis.hxx.
| bool CLAM::SpectralSynthesis::Do | ( | void | ) | [virtual] |
Supervised mode execution.
Implements CLAM::ProcessingComposite.
Definition at line 164 of file SpectralSynthesis.cxx.
References CLAM::AudioOutPort::GetAudio(), mInput, mOutput, and CLAM::OutPort< Token >::Produce().
Referenced by Do(), CLAM::SMSSynthesis::Do(), CLAM::SinusoidalSynthesis::Do(), and CLAM::SMSSynthesis::SinusoidalSynthesis().
Unsupervised mode execution.
Definition at line 173 of file SpectralSynthesis.cxx.
References CLAM::CircularShift::Do(), CLAM::SpectralSynthesisConfig::GetAnalWindowSize(), CLAM::Audio::GetAudioChunk(), and CLAM::SpectralSynthesisConfig::GetHopSize().
Definition at line 201 of file SpectralSynthesis.cxx.
References Do(), CLAM::Segment::GetFrame(), and CLAM::Segment::mCurrentFrameIndex.
1.5.5