revert chain_9_19 integration: architectural mismatch (single-shot vs block-based ACC). keep 0.314 baseline

This commit is contained in:
2026-08-31 00:13:05 +03:00
parent d80137c31d
commit c23646d74f
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -737,6 +737,7 @@ void FramedDetector::processFrame(const std::complex<double>* spectrum, float* m
// Cascade computes: |audio_spectrum × twin_response| → Haar smooth → sin-peak floor
// Output replaces am/res in the structural chain.
static thread_local std::vector<float> casc_curve;
fprintf(stderr, "DBG_CASC casc_on=%d nfft=%zu twin=%zu b=%zu bands=%zu\n", casc_on, nfft_, twin_resp_complex_.size(), b, bands_.size());
if (casc_on && nfft_ == 4096 && twin_resp_complex_.size() > b) {
size_t nbin = half + 1;
std::vector<float> complex_input(2 * nbin);