#include <SMSSpectralShapeShift.hxx>

In order to preserve timbre, the original spectral shape is extracted and then applied back.
Definition at line 44 of file SMSSpectralShapeShift.hxx.
Public Member Functions | |
| SMSSpectralShapeShift () | |
| ~SMSSpectralShapeShift () | |
| bool | Do (const Frame &in, Frame &out) |
| bool | Do (const SpectralPeakArray &inpeaks, SpectralPeakArray &out) |
| bool | Do () |
| Supervised mode execution method (using ports). | |
| CLAM::SMSSpectralShapeShift::SMSSpectralShapeShift | ( | ) | [inline] |
| CLAM::SMSSpectralShapeShift::~SMSSpectralShapeShift | ( | ) | [inline] |
Definition at line 65 of file SMSSpectralShapeShift.hxx.
Implements CLAM::FrameTransformation.
Definition at line 67 of file SMSSpectralShapeShift.hxx.
References Do().
Referenced by CLAM::SMSGenderChange::Do().
| bool CLAM::SMSSpectralShapeShift::Do | ( | const SpectralPeakArray & | inpeaks, | |
| SpectralPeakArray & | out | |||
| ) |
Definition at line 39 of file SMSSpectralShapeShift.cxx.
References CLAM::SpectralEnvelopeApply::Do(), CLAM::SpectralEnvelopeExtract::Do(), CLAM::InControl::GetLastValue(), and CLAM::FrameTransformation::mConfig.
| bool CLAM::SMSSpectralShapeShift::Do | ( | ) | [inline, virtual] |
Supervised mode execution method (using ports).
Implements CLAM::Processing.
Definition at line 75 of file SMSSpectralShapeShift.hxx.
Referenced by Do().
1.5.5