P1.1: embed runtime-captured DSP tables (WIN_WINDOW, FREQAXIS@48k, WA/WB/WC/WD), dsp_ctx registry mirror, tables_check ALL OK

This commit is contained in:
2026-08-19 22:48:32 +03:00
parent 83af30d7c0
commit fd9b1fd001
5 changed files with 5595 additions and 0 deletions
+2
View File
@@ -22,7 +22,9 @@ add_library(soothe2_dsp SHARED
add_executable(soothe2_harness harness.cpp)
add_executable(twin_check twin_check.cpp)
add_executable(tables_check tables_check.cpp)
target_link_libraries(twin_check soothe2_dsp)
target_link_libraries(tables_check soothe2_dsp)
target_link_libraries(soothe2_harness soothe2_dsp)
target_include_directories(soothe2_dsp PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})