P4: port framed_render.py model to C++ (FramedDetector: twin-res -> level -> Pchip LUT -> warp -> res^rp gain), replace empirical Detector; tt_base 49.93%->61.45% (single-band); multi-band refs still 100% (model is single-band)

This commit is contained in:
2026-08-20 10:31:43 +03:00
parent 45dfe2b8c2
commit 0cdc57972c
6 changed files with 190 additions and 9 deletions
+1
View File
@@ -21,6 +21,7 @@ add_library(soothe2_dsp SHARED
fftconv.cpp
vlog.cpp
leveltrack.cpp
framed_model.cpp
)
add_executable(soothe2_harness harness.cpp)