Merge pull request #1024 from pipecat-ai/mb/elevenlabs-http

Add ElevenLabsHttpTTSService
This commit is contained in:
Mark Backman
2025-01-17 21:30:31 -05:00
committed by GitHub
2 changed files with 166 additions and 2 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `ElevenLabsHttpTTSService` and the
`07d-interruptible-elevenlabs-http.py` foundational example.
- Introduced pipeline frame observers. Observers can view all the frames that go
through the pipeline without the need to inject processors in the
pipeline. This can be useful, for example, to implement frame loggers or