BaseInputTransport: throttle UserSpeakingFrame

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-16 14:45:30 -08:00
parent b11150f31f
commit 6eadad53b2
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1 @@
- Throttle `UserSpeakingFrame` to broadcast at most every 200ms instead of on every audio chunk, reducing frame processing overhead during user speech.