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:
+2
-2
@@ -21,8 +21,8 @@ SpectralProcessor::~SpectralProcessor() {
|
||||
delete[] tmp_buf_;
|
||||
}
|
||||
|
||||
void SpectralProcessor::setDetectorParams(float fc, float q) {
|
||||
detector_.setParams(fc, q);
|
||||
void SpectralProcessor::setDetectorParams(const std::vector<DetectorBand>& bands) {
|
||||
detector_.setParams(bands);
|
||||
}
|
||||
|
||||
void SpectralProcessor::computeWindow() {
|
||||
|
||||
Reference in New Issue
Block a user