feat: implemented forced speech and speech queue

This commit is contained in:
Luijkx,S.O.H. (Storm)
2026-01-14 14:26:38 +00:00
committed by Pim Hutting
parent 1e77548622
commit e51cf8fe65
7 changed files with 345 additions and 33 deletions

View File

@@ -6,6 +6,7 @@ from robot_interface.endpoints.socket_base import SocketBase
from robot_interface.state import state
from robot_interface.core.config import settings
class VideoSender(SocketBase):
"""
Video sender endpoint, responsible for sending video frames.