P4: multi-band FramedDetector (per-band twin res, sens-scaled GAIN, min-combine); tt_base 61.40%; min-combine wrong (soothe2 uses additive accumulator 0x5407c8)
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ public:
|
||||
SpectralProcessor(size_t nfft = DEFAULT_NFFT, size_t hop = DEFAULT_HOP);
|
||||
~SpectralProcessor();
|
||||
|
||||
void setDetectorParams(float fc, float q);
|
||||
void setDetectorParams(const std::vector<DetectorBand>& bands);
|
||||
void processBlock(float* in, float* out, size_t num_samples, size_t num_channels = 1);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user