From b7e67c10d3c2446e5698e16b0bf165595c096b61 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 1 Oct 2024 09:40:30 -0700 Subject: [PATCH] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forgot to change the name of the SignalGenerator struct here 😣 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1567d48..c8b4a720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support for *ALAC/AIFF* - New test signal generator sources: - - `TestSignal` source generates a sine, triangle, square wave or sawtooth + - `SignalGenerator` source generates a sine, triangle, square wave or sawtooth of a given frequency and sample rate. - `Chirp` source generates a sine wave with a linearly-increasing frequency over a given frequency range and duration.