Audacity 3.2.0
DummyFormantShifterLogger.cpp
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*!********************************************************************
3
4 Audacity: A Digital Audio Editor
5
6 DummyFormantShifterLogger.cpp
7
8 A class for shifting the formants of a voice signal.
9
10 Matthieu Hodgkinson
11
12**********************************************************************/
14
16{
17}
18
20{
21}
22
23void DummyFormantShifterLogger::Log(int value, const char* name) const
24{
25}
26
28 const float* samples, size_t size, const char* name) const
29{
30}
31
33 const std::complex<float>* samples, size_t size, const char* name,
34 const std::function<float(const std::complex<float>&)>& transform) const
35{
36}
37
39 std::complex<float>* spectrum, size_t fftSize)
40{
41}
const TranslatableString name
Definition: Distortion.cpp:76
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...
void Log(int value, const char *name) const override
void NewSamplesComing(int sampleCount) override
Positions or offsets within audio files need a wide type.
Definition: SampleCount.h:19