Add OpenAIRealtimeSTTService

This commit is contained in:
Mark Backman
2026-02-05 15:03:30 -05:00
parent bd12b60b5c
commit 8b9da632d1
6 changed files with 796 additions and 4 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.