Skip to content

refactor(processor): replace flat filter config fields with structs#86

Merged
flexiondotorg merged 1 commit intomainfrom
filter-config
May 4, 2026
Merged

refactor(processor): replace flat filter config fields with structs#86
flexiondotorg merged 1 commit intomainfrom
filter-config

Conversation

@flexiondotorg
Copy link
Copy Markdown
Contributor

  • Replace flat filter config fields with typed nested structs.
  • Update builders, adaptive tuning, reporting, and tests to use nested fields.
  • Keep defaults and reflection guards aligned with the new layout.
  • Add narrow Decibels and LinearAmplitude wrappers where needed.

Checklist

  • I have performed a self-review of my code
  • I have tested my changes and confirmed there are no regressions

- Replace flat filter config fields with typed nested structs.
- Update builders, adaptive tuning, reporting, and tests to use nested
  fields.
- Keep defaults and reflection guards aligned with the new layout.
- Add narrow `Decibels` and `LinearAmplitude` wrappers where needed.

Signed-off-by: Martin Wimpress <code@wimpress.io>
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 26 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Requires human review: This is a significant refactor of core config structs (26 files, 2872 lines). Changing flat fields to nested structs has high blast radius and risk of regressions in audio processing logic. Requires a

@flexiondotorg flexiondotorg merged commit 66dfc58 into main May 4, 2026
15 checks passed
@flexiondotorg flexiondotorg deleted the filter-config branch May 4, 2026 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant