Audacity 3.2.0
|
#include <DummyFormantShifterLogger.h>
Public Member Functions | |
~DummyFormantShifterLogger () override | |
void | NewSamplesComing (int sampleCount) override |
void | Log (int value, const char *name) const override |
void | Log (const float *samples, size_t size, const char *name) const override |
void | Log (const std::complex< float > *samples, size_t size, const char *name, const std::function< float(const std::complex< float > &)> &transform) const override |
void | ProcessFinished (std::complex< float > *spectrum, size_t fftSize) override |
If not already, disables the logging and marks the spectrum with an audible event to make clear where in the signal the logging took place. (Of course not for use in production :D) More... | |
Public Member Functions inherited from FormantShifterLoggerInterface | |
virtual | ~FormantShifterLoggerInterface ()=default |
virtual void | NewSamplesComing (int sampleCount)=0 |
virtual void | Log (int value, const char *name) const =0 |
virtual void | Log (const float *samples, size_t size, const char *name) const =0 |
virtual void | Log (const std::complex< float > *samples, size_t size, const char *name, const std::function< float(const std::complex< float > &)> &transform) const =0 |
virtual void | ProcessFinished (std::complex< float > *spectrum, size_t fftSize)=0 |
If not already, disables the logging and marks the spectrum with an audible event to make clear where in the signal the logging took place. (Of course not for use in production :D) More... | |
Audacity: A Digital Audio Editor
A class for shifting the formants of a voice signal.
Matthieu Hodgkinson
Definition at line 17 of file DummyFormantShifterLogger.h.
|
override |
Audacity: A Digital Audio Editor
A class for shifting the formants of a voice signal.
Matthieu Hodgkinson
Definition at line 15 of file DummyFormantShifterLogger.cpp.
|
overridevirtual |
Implements FormantShifterLoggerInterface.
Definition at line 27 of file DummyFormantShifterLogger.cpp.
|
overridevirtual |
Implements FormantShifterLoggerInterface.
Definition at line 32 of file DummyFormantShifterLogger.cpp.
|
overridevirtual |
Implements FormantShifterLoggerInterface.
Definition at line 23 of file DummyFormantShifterLogger.cpp.
|
overridevirtual |
Implements FormantShifterLoggerInterface.
Definition at line 19 of file DummyFormantShifterLogger.cpp.
|
overridevirtual |
If not already, disables the logging and marks the spectrum with an audible event to make clear where in the signal the logging took place. (Of course not for use in production :D)
Implements FormantShifterLoggerInterface.
Definition at line 38 of file DummyFormantShifterLogger.cpp.