From 97cf232798c3fb95a6dc30cde3552ad4ea667816 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 5 Aug 2024 10:08:02 -0700 Subject: [PATCH] Revert "Updated changelog" This reverts commit 972147ae57e0d33613782eb4110b2aaba7c12914. --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63faa80..ff36459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support for *ALAC/AIFF* -- New sources: - - `fade_out` fades an input out using a linear gain fade. - - `linear_gain_ramp` applies a linear gain change to a sound over a - given duration. `fade_out` is implemented as a `linear_gain_ramp` and - `fade_in` has been refactored to use the `linear_gain_ramp` - implementation. ### Changed - `SamplesBuffer` is now `Clone`