STTMuteFilter: ignore audio frames so no transcriptions are generated

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-17 18:59:13 -08:00
parent b45f7fee6f
commit 90b9dce710
3 changed files with 41 additions and 1 deletions

View File

@@ -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
### Fixed
- Fixed a `STTMuteFilter` issue that would not mute user audio frames causing
transcriptions to be generated by the STT service.
## [0.0.57] - 2025-02-14
### Added