[fix](trx-rs): add FT2 raw-window candidate search

Use an FT2-specific raw sample window and candidate acquisition path.
Keep the build clean by removing the stale monitor warning.

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-03-14 20:32:21 +01:00
parent 27de75cf79
commit 6d430a4300
2 changed files with 466 additions and 3 deletions
-2
View File
@@ -197,8 +197,6 @@ void monitor_resynth(const monitor_t* me, const ftx_candidate_t* candidate, floa
const int num_ifft = me->nifft;
const int num_shift = num_ifft / 2;
const int taper_width = 4;
const int num_tones = 8;
// Starting offset is 3 subblocks due to analysis buffer loading
int offset = 1; // candidate->time_offset;
offset = (offset * me->wf.time_osr) + 1; // + candidate->time_sub;