Merge pull request #2716 from pipecat-ai/mb/add-11labs-stt

Add ElevenLabsSTTService
This commit is contained in:
Mark Backman
2025-09-23 12:21:08 -04:00
committed by GitHub
6 changed files with 479 additions and 5 deletions

View File

@@ -9,8 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added a peer connection monitor to the `SmallWebRTCConnection` that
automatically disconnects if the connection fails to establish within
- Added `ElevenLabsSTTService` for speech-to-text transcription.
- Added a peer connection monitor to the `SmallWebRTCConnection` that
automatically disconnects if the connection fails to establish within
the timeout (1 minute by default).
- Added memory cleanup improvements to reduce memory peaks.