You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dpg.add_text("Sets the fractional octave smoothing for calibration filters (e.g., 3 = 1/3 octave). Higher values result in more detail; lower values result in a smoother curve.")
dpg.add_text("The lower frequency limit for inversion. Below this point, the correction magnitude is clamped to the value at this limit to avoid over-excursion.")
2645
+
2646
+
# High Cutoff Frequency
2647
+
withdpg.table_row():
2648
+
dpg.add_text("Binaural Sim.")
2649
+
dpg.add_text("Calibration High Cutoff Freq. (Hz)")
dpg.add_text("The upper frequency limit for inversion. Above this point, the magnitude is extended (clamped) to prevent sharp high-frequency rises or artifacts.")
0 commit comments