diff --git a/CHANGELOG.md b/CHANGELOG.md index 6afe42d1c..a10827389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added new `FastAPIWebsocketTransport`. This is a new websocket transport that + can be integrated with FastAPI websockets. + +- Added new `TwilioFrameSerializer`. This is a new serializer that knows how to + serialize and deserialize audio frames from Twilio. + - Added Daily transport event: `on_dialout_answered`. See https://reference-python.daily.co/api_reference.html#daily.EventHandler @@ -16,6 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other +- Added `twilio-chatbot`. This is an example that shows how to integrate Twilio + phone numbers with a Pipecat bot. + - Updated `07f-interruptible-azure.py` to use `AzureLLMService`, `AzureSTTService` and `AzureTTSService`.