feat(dsp): structural FUN_180529fe0 chain components + fn529fe0_check (step 1, module 1)

This commit is contained in:
2026-08-21 01:09:36 +03:00
parent fa71240d92
commit 7bf5a4a80c
4 changed files with 191 additions and 0 deletions
+3
View File
@@ -24,6 +24,7 @@ add_library(soothe2_dsp SHARED
exp2.cpp
leveltrack.cpp
framed_model.cpp
fn529fe0.cpp
rt_weights.cpp
rt_mask_tables.cpp
)
@@ -37,9 +38,11 @@ add_executable(vlog_check vlog_check.cpp)
add_executable(leveltrack_check leveltrack_check.cpp)
add_executable(levelpath_check levelpath_check.cpp)
add_executable(exp2_check exp2_check.cpp)
add_executable(fn529fe0_check fn529fe0_check.cpp)
target_link_libraries(twin_check soothe2_dsp)
target_link_libraries(framed_test soothe2_dsp)
target_link_libraries(exp2_check soothe2_dsp)
target_link_libraries(fn529fe0_check soothe2_dsp)
target_link_libraries(tables_check soothe2_dsp)
target_link_libraries(fftconv_check soothe2_dsp)
target_link_libraries(vlog_check soothe2_dsp)