Backed out changeset b1275ea1b6c8

This makes very little perceptible difference, possibly for the worse, and it is more complicated
This commit is contained in:
Chris Cannam
2022-06-09 15:26:16 +01:00
parent 41e726b510
commit 4a9574b7ee
3 changed files with 5 additions and 37 deletions

View File

@@ -259,7 +259,6 @@ protected:
Guide m_guide;
Guide::Configuration m_guideConfiguration;
ChannelAssembly m_channelAssembly;
FixedVector<double> m_mixedClassifyMags;
std::unique_ptr<StretchCalculator> m_calculator;
std::unique_ptr<Resampler> m_resampler;
std::atomic<int> m_inhop;
@@ -269,8 +268,7 @@ protected:
void consume();
void calculateHop();
void analyseChannel(int channel, int inhop, int prevInhop);
void guideChannel(int channel, int prevInhop, int prevOuthop);
void analyseChannel(int channel, int inhop, int prevInhop, int prevOuthop);
void analyseFormant(int channel);
void adjustFormant(int channel);
void synthesiseChannel(int channel, int outhop);