feat(api): add backend
routes and WebSockets
This commit is contained in:
8
services/api/app/schemas/stats.py
Normal file
8
services/api/app/schemas/stats.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class StatsSummary(BaseModel):
|
||||
avg_db: float
|
||||
max_db: float
|
||||
dominant_freq: int
|
||||
silence_percent: float
|
||||
Reference in New Issue
Block a user