Add ElevenLabsRealtimeSTTService

This commit is contained in:
Mark Backman
2025-11-12 11:06:45 -05:00
parent 6d0e99c3b8
commit 0e37658f8d
3 changed files with 483 additions and 4 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `ElevenLabsRealtimeSTTService` which implements the Realtime STT
service from ElevenLabs.
- Added a `TTSService.includes_inter_frame_spaces` property getter, so that TTS
services that subclass `TTSService` can indicate whether the text in the
`TTSTextFrame`s they push already contain any necessary inter-frame spaces.