From a9ab8de25d3191f3c4d629e4a6e0a05035e7428a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 13 Jun 2024 15:31:03 -0700 Subject: [PATCH] update CHANGELOG for 0.0.31 --- CHANGELOG.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e40d83de5..3d885a2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [0.0.31] - 2024-06-13 + +### Performance + +- Break long audio frames into 20ms chunks instead of 10ms. + ## [0.0.30] - 2024-06-13 ### Added @@ -18,6 +24,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Allow specifying frame processors' name through a new `name` constructor argument. +- Added `DeepgramSTTService`. This service has an ongoing websocket + connection. To handle this, it subclasses `AIService` instead of + `STTService`. The output of this service will be pushed from the same task, + except system frames like `StartFrame`, `CancelFrame` or + `StartInterruptionFrame`. + ### Changed - `FrameSerializer.deserialize()` can now return `None` in case it is not @@ -25,12 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `daily_rest.DailyRoomProperties` now allows extra unknown parameters. -- Added `DeepgramSTTService`. This service has an ongoing websocket - connection. To handle this, it subclasses `AIService` instead of - `STTService`. The output of this service will be pushed from the same task, - except system frames like `StartFrame`, `CancelFrame` or - `StartInterruptionFrame`. - ### Fixed - Fixed an issue where `DailyRoomProperties.exp` always had the same old