Merge pull request #3656 from pipecat-ai/mb/openai-realtime-stt

Add OpenAIRealtimeSTTService
This commit is contained in:
Mark Backman
2026-02-06 09:15:58 -05:00
committed by GitHub
7 changed files with 810 additions and 22 deletions

1
changelog/3656.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `OpenAIRealtimeSTTService` for real-time streaming speech-to-text using OpenAI's Realtime API WebSocket transcription sessions. Supports local VAD and server-side VAD modes, noise reduction, and automatic reconnection.