Add noise floor visualizer to statistics. Closes #129.

This commit is contained in:
Jack Kingsman
2026-03-30 15:26:54 -07:00
parent b42ca44ba7
commit 60f3fa8e36
8 changed files with 894 additions and 258 deletions
-2
View File
@@ -86,8 +86,6 @@ async def stop_noise_floor_sampling() -> None:
async def get_noise_floor_history() -> dict:
"""Return the current 24-hour in-memory noise floor history snapshot."""
await sample_noise_floor_once(blocking=False)
now = int(time.time())
cutoff = now - NOISE_FLOOR_WINDOW_SECONDS