Files
pipecat/changelog/3730.changed.md
2026-02-12 13:14:11 -05:00

2 lines
246 B
Markdown

- Moved STT keepalive mechanism from `WebsocketSTTService` to the `STTService` base class, allowing any STT service (not just websocket-based ones) to use idle-connection keepalive via the `keepalive_timeout` and `keepalive_interval` parameters.