Add audio labelmap grouping (#24004)

Allow audio classes to be grouped under a shared configured label.

Keep audio overrides separate from object labels and retain only the highest-scoring grouped detection.

Refs #23967
This commit is contained in:
Ersa Oktavian Ramadan
2026-08-22 11:40:42 -05:00
committed by Josh Hawkins
parent 0f5ed8822d
commit 7b42d94bfe
9 changed files with 166 additions and 8 deletions
@@ -31,7 +31,7 @@ const audio: SectionConfigOverrides = {
detection: ["listen", "filters"],
sensitivity: ["min_volume", "max_not_heard"],
},
hiddenFields: ["enabled_in_config"],
hiddenFields: ["enabled_in_config", "labelmap"],
advancedFields: ["min_volume", "max_not_heard", "num_threads"],
uiSchema: {
filters: {