From 87670067d7ab38b2202060fb574d8688790e4891 Mon Sep 17 00:00:00 2001 From: Vaibhav159 Date: Mon, 6 Jan 2025 22:03:11 +0530 Subject: [PATCH] adding changelog --- CHANGELOG.md | 7 +++++++ .../{28-livekit-audio-chat.py => 29-livekit-audio-chat.py} | 0 2 files changed, 7 insertions(+) rename examples/foundational/{28-livekit-audio-chat.py => 29-livekit-audio-chat.py} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5610525b5..b20c280b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to **Pipecat** will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +- Added new foundational examples for `LiveKitTransportLayer` - + + - `29-livekit-audio-chat.py` - Supports both Audio to Audio and Text to Audio + chat pipelines. + ## [0.0.52] - 2024-12-24 ### Added diff --git a/examples/foundational/28-livekit-audio-chat.py b/examples/foundational/29-livekit-audio-chat.py similarity index 100% rename from examples/foundational/28-livekit-audio-chat.py rename to examples/foundational/29-livekit-audio-chat.py