feat(api): add backend

routes and WebSockets
This commit is contained in:
2025-12-26 18:19:06 +03:00
parent cfec8d0ff6
commit 1b864228d4
28 changed files with 631 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
from pydantic import BaseModel
class StatsSummary(BaseModel):
avg_db: float
max_db: float
dominant_freq: int
silence_percent: float