From 075194cb54c110452b5a4c9e85d046a1b5373774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 22 May 2024 14:20:54 -0700 Subject: [PATCH] update CHANGELOG for 0.0.20 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd0cec40..8798bc9aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,16 @@ 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] +## [0.0.20] - 2024-05-22 + +### Added + +- In order to improve interruptions we now compute a loudness level using + [pyloudnorm](https://github.com/csteinmetz1/pyloudnorm). The audio coming + WebRTC transports (e.g. Daily) have an Automatic Gain Control (AGC) algorithm + applied to the signal, however we don't do that on our local PyAudio + signals. This means that currently incoming audio from PyAudio is kind of + broken. We will fix it in future releases. ### Fixed